| // +--------------------------------------------------------------------+ // // $Id$ // require_once 'Hook.php'; require_once 'Hook/Menu.php'; /** * Draws the HTML header. */ global $CONFIG; $menu = $CONFIG['menu']; $title = $CONFIG['title']; $root = $CONFIG['root']; ?> Hook::hook('head') ?>
Húngarael
|
= $title ?> |
|
Hook_Menu::menu($menu['up'], $menu['root'], $menu['deep'], $menu['level']) ?> |