aboutsummaryrefslogtreecommitdiffstats
path: root/mayor-orig/www/include/menu/public
diff options
context:
space:
mode:
Diffstat (limited to 'mayor-orig/www/include/menu/public')
-rw-r--r--mayor-orig/www/include/menu/public/hu_HU/base.php34
-rw-r--r--mayor-orig/www/include/menu/public/hu_HU/module-naplo.php13
2 files changed, 47 insertions, 0 deletions
diff --git a/mayor-orig/www/include/menu/public/hu_HU/base.php b/mayor-orig/www/include/menu/public/hu_HU/base.php
new file mode 100644
index 00000000..66a36701
--- /dev/null
+++ b/mayor-orig/www/include/menu/public/hu_HU/base.php
@@ -0,0 +1,34 @@
+<?php
+
+ $MENU = array(
+ 'home'=>array(),
+ 'session'=>array(),
+ 'naplo'=>array(),
+ 'portal'=>array(),
+ 'felveteli'=>array(),
+// 'forum'=>array(),
+// 'auth'=>array(),
+ );
+
+ if (defined('_SESSIONID') and _SESSIONID != '') {
+ $MENU['session'] = array(
+ array('txt' => 'Kilépés', 'url' => 'index.php?page=session&f=logout')
+ );
+ }
+ $MENU['home'] = array(
+ array('txt' => 'Kezdőlap', 'url' => 'index.php')
+ );
+
+ // $NAVI[] = array('txt' => 'Kezdőlap', 'url' => 'index.php', 'icon' => 'icon-home-alt');
+
+// $MENU['modules']['session']['createAccount'] = array(
+// array('txt' => 'Szülői regisztráció', 'url' => 'index.php?page=session&f=createAccount&toPolicy=parent'),
+// array('txt' => 'Fórum regisztráció', 'url' => 'index.php?page=session&f=createAccount&toPolicy=public'),
+// );
+ if ($f == 'changeMyPassword') {
+ $MENU['back'] = array(array('txt'=>'Vissza','url'=>'index.php?policy='.$toPolicy,'get'=>array('sessionID','skin','lang')));
+ $MENU['password'] = array(array('txt'=>'Jelszóváltoztatás','url'=>'index.php?page=password&sub=&f=changeMyPassword'));
+// $NAV[1][] = array('page'=>'back');
+ }
+
+?>
diff --git a/mayor-orig/www/include/menu/public/hu_HU/module-naplo.php b/mayor-orig/www/include/menu/public/hu_HU/module-naplo.php
new file mode 100644
index 00000000..090c7db2
--- /dev/null
+++ b/mayor-orig/www/include/menu/public/hu_HU/module-naplo.php
@@ -0,0 +1,13 @@
+<?php
+/*
+ module: naplo
+*/
+
+ $MENU['naplo'] = array(array('txt' => 'Órarend', 'url' => 'index.php?page=naplo&sub=orarend&f=orarend'));
+ $MENU['modules']['naplo']['orarend'] = array(
+ array('txt' => 'Órarend', 'url' => 'index.php?page=naplo&sub=orarend&f=orarend'),
+ array('txt' => 'Helyettesítés', 'url'=>'index.php?page=naplo&sub=orarend&f=helyettesites', 'refresh'=>60),
+ array('txt' => 'Szabad termek', 'url' => 'index.php?page=naplo&sub=orarend&f=szabadTerem'),
+ );
+
+?>