diff options
author | M.Gergo | 2019-03-08 21:20:34 +0100 |
---|---|---|
committer | M.Gergo | 2019-03-08 21:20:34 +0100 |
commit | f51c9ed2abe5c68211bb3736be5f70b1fe2c9ec0 (patch) | |
tree | e13e60e4b94a3b58f1e2bfbe271102c8f04b67bd /mayor-orig/config/skin-classic | |
parent | c76a004b0135786f2742283f8d5f917106f58bd8 (diff) | |
download | mayor-f51c9ed2abe5c68211bb3736be5f70b1fe2c9ec0.tar.gz mayor-f51c9ed2abe5c68211bb3736be5f70b1fe2c9ec0.zip |
további rendrakás
Diffstat (limited to 'mayor-orig/config/skin-classic')
-rw-r--r-- | mayor-orig/config/skin-classic/config.php.example | 7 | ||||
-rw-r--r-- | mayor-orig/config/skin-classic/naplo-config.php.example | 15 |
2 files changed, 0 insertions, 22 deletions
diff --git a/mayor-orig/config/skin-classic/config.php.example b/mayor-orig/config/skin-classic/config.php.example deleted file mode 100644 index 46422cf8..00000000 --- a/mayor-orig/config/skin-classic/config.php.example +++ /dev/null @@ -1,7 +0,0 @@ -<?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 diff --git a/mayor-orig/config/skin-classic/naplo-config.php.example b/mayor-orig/config/skin-classic/naplo-config.php.example deleted file mode 100644 index 37812679..00000000 --- a/mayor-orig/config/skin-classic/naplo-config.php.example +++ /dev/null @@ -1,15 +0,0 @@ -<?php - -// Javascript rutinok - pl. mozgatható elemek -if ( - ($policy=='private') && $page=='naplo' - && ( - ($sub=='osztalyozo' && $f=='targySorrend') - || ($sub=='haladasi' && $f=='helyettesites') - || ($sub=='ertekeles' && $f=='ertekeles') - ) -) { - $SSSHH .= ' <script src="skin/classic/share/javascript/scriptaculous/scriptaculous.js" type="text/javascript"></script>'."\n"; -} - -?>
\ No newline at end of file |