get('gmenu', 'sections/user'); $html->set('home', $cfg['http']); foreach ($aUnit as $unit) if ($unit == $active) $html->unit($unit, 1); else $html->unit($unit); $html->pack('main'); $html->get('vmenu', 'sections/user'); $html->set('home', $cfg['http']); foreach ($aUnit as $unit) if ($unit == $active) $html->unit($unit, 1); else $html->unit($unit); $html->pack('vmenu'); return NULL; } } ?>