aboutsummaryrefslogtreecommitdiffstats
path: root/mayor-orig/mayor-installer-sulix/www
diff options
context:
space:
mode:
Diffstat (limited to 'mayor-orig/mayor-installer-sulix/www')
-rw-r--r--mayor-orig/mayor-installer-sulix/www/skin/classic/module-portal/config.php.sulix10
1 files changed, 10 insertions, 0 deletions
diff --git a/mayor-orig/mayor-installer-sulix/www/skin/classic/module-portal/config.php.sulix b/mayor-orig/mayor-installer-sulix/www/skin/classic/module-portal/config.php.sulix
new file mode 100644
index 00000000..fe68ca47
--- /dev/null
+++ b/mayor-orig/mayor-installer-sulix/www/skin/classic/module-portal/config.php.sulix
@@ -0,0 +1,10 @@
+<?php
+
+if ( ($policy=='private' || $policy=='parent') && $page=='portal' && $sub=='hirek' && $f=='egyhir') {
+ $SSSHH .= '
+ <script src="skin/classic/share/javascript/tiny_mce/tiny_mce.js" type="text/javascript"></script>
+ <script src="skin/classic/module-portal/javascript/hirek/egyhir.php?lang='.$lang.'" type="text/javascript"></script>
+ ';
+}
+
+?> \ No newline at end of file