aboutsummaryrefslogtreecommitdiffstats
path: root/mayor-orig/config/menu/public/menu-hu_HU.php.example
blob: 877a7758b3e1c1c33f5d8400435769db0711662a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?php

    // Órarend, helyettesítés eltűntetése
    unset($MENU['naplo']);
    unset($MENU['modules']['naplo']['tanev']);

    // A bejelentkezés oldal almenüjének törlése
    unset($MENU['modules']['auth']);

    // Külső hivatkozás: Sulinet portál
    $MENU['sulinet'] = array(
        array('txt' => 'SuliNet', 'url' => 'http://www.sulinet.hu', 'target' => '_blank'),
    );


?>