string CMenu::GetMenuHtml()
The method GetMenuHtml returns the HTML code that can be used to display a menu.
<? $lm = new CMenu("left"); $lm->Init($APPLICATION->GetCurDir(), true); $lm->template = "/bitrix/templates/demo/left.menu_template.php"; echo $lm->GetMenuHtml(); ?>
© 2001-2005 Bitrix | Bitrix Site Manager - Content Management & Portal Solutions |