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'), ); ?>