aboutsummaryrefslogtreecommitdiffstats
path: root/mayor-orig/mayor-installer-sulix/config/menu/private/menu-hu_HU.php.sulix
blob: 62d4913ecbfbc6d08c04b550a5710bb137f2810c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?php

    global $AUTH;
    if (!memberOf(_USERACCOUNT, $AUTH[_POLICY]['adminGroup'])) {
	unset($MENU['session']);
    }
    unset($MENU['logout']);
    unset($MENU['modules']['naplo']['sub']['admin']['regisztracio']);
    $MENU['modules']['naplo']['session'] = array(
	array('txt'=>'Felhasználó kezelés','url'=>'index.php?page=session&sub=&f=createAccount&toPolicy=parent')
    );
    if ($page=='naplo') unset($NAV[1][ count($NAV[1])-1 ]); // Kérelmek menüpont leszedése

?>