diff options
Diffstat (limited to 'mayor-orig/mayor-installer-sulix/config/skin-classic')
-rw-r--r-- | mayor-orig/mayor-installer-sulix/config/skin-classic/config.php.sulix | 6 | ||||
-rw-r--r-- | mayor-orig/mayor-installer-sulix/config/skin-classic/naplo-config.php.sulix | 14 |
2 files changed, 20 insertions, 0 deletions
diff --git a/mayor-orig/mayor-installer-sulix/config/skin-classic/config.php.sulix b/mayor-orig/mayor-installer-sulix/config/skin-classic/config.php.sulix new file mode 100644 index 00000000..81eb6810 --- /dev/null +++ b/mayor-orig/mayor-installer-sulix/config/skin-classic/config.php.sulix @@ -0,0 +1,6 @@ +<?php + // site skin specific html head + $SSSHH = ''; + //$SSSHH .= '<meta name="robots" content="index,follow" />'."\n"; + //$SSSHH .= '<link rel="shortcut icon" href="/favicon.ico" />'."\n"; +?>
\ No newline at end of file diff --git a/mayor-orig/mayor-installer-sulix/config/skin-classic/naplo-config.php.sulix b/mayor-orig/mayor-installer-sulix/config/skin-classic/naplo-config.php.sulix new file mode 100644 index 00000000..10972b78 --- /dev/null +++ b/mayor-orig/mayor-installer-sulix/config/skin-classic/naplo-config.php.sulix @@ -0,0 +1,14 @@ +<?php + +// Javascript rutinok - pl. mozgatható elemek +if ( + ($policy=='private') && $page=='naplo' + && ( + ($sub=='osztalyozo' && $f=='targySorrend') + || ($sub=='haladasi' && $f=='helyettesites') + ) +) { + $SSSHH .= ' <script src="skin/classic/share/javascript/scriptaculous/scriptaculous.js" type="text/javascript"></script>'."\n"; +} + +?>
\ No newline at end of file |