UberBots Website Documentation
Function Documentation - menu.php
drawMenu
drawMenu - draws navigation menu
Description
string drawMenu( void )
Returns an HTML formatted string containing the navigation menu. This is seen at the top of all pages. This function will call the skin files "top_menu_item" and "second_menu_item" for creating the menus.
Parameters
This function takes no arguements.
Return Values
This function will return a string.
Notes
This function should not be used in most applications. It should only be used in the low level files which draw a page.