diff options
Diffstat (limited to 'mayor-orig/config/skin-classic/config.php.example')
-rw-r--r-- | mayor-orig/config/skin-classic/config.php.example | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/mayor-orig/config/skin-classic/config.php.example b/mayor-orig/config/skin-classic/config.php.example new file mode 100644 index 00000000..46422cf8 --- /dev/null +++ b/mayor-orig/config/skin-classic/config.php.example @@ -0,0 +1,7 @@ +<?php + // site skin specific html head + $SSSHH = ''; + //$SSSHH .= '<meta name="robots" content="index,follow" />'."\n"; + //$SSSHH .= '<link rel="shortcut icon" href="/favicon.ico" />'."\n"; + //define('_ENABLE_IFRAME_EMBEDDING',true); // IFRAME-be ágyazás engedélyezése - !! Biztonsági kockázat !! +?>
\ No newline at end of file |