aboutsummaryrefslogtreecommitdiffstats
path: root/mayor-orig/config/skin-classic
diff options
context:
space:
mode:
Diffstat (limited to 'mayor-orig/config/skin-classic')
-rw-r--r--mayor-orig/config/skin-classic/config.php.example7
-rw-r--r--mayor-orig/config/skin-classic/naplo-config.php.example15
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