require_once 'HTML/Menu.php';
void HTML_Menu::setURLPrefix (string $prefix)
void HTML_Menu::setURLPrefix
This is useful if you have relative URLs in the menu description structure. This prefix will be appended to the URLs from this structure and the result will be compared to "current" URL.
menu URL prefix
throws no exceptions thrown
see HTML_Menu::getCurrentURL(), HTML_Menu::forceCurrentURL(), HTML_Menu::setMenu().
This function can not be called statically.