require_once 'HTML/Menu/DirectRenderer.php';
void HTML_Menu_DirectRenderer::setMenuTemplate (string $prepend, string $append)
void HTML_Menu_DirectRenderer::setMenuTemplate
These are the strings that will be prepended and appended to HTML generated for menu rows on each call to finishMenu(). Defaults are
'<table border="1">'
'</table>'
this will be prepended to the rows HTML
this will be appended to the rows HTML
throws no exceptions thrown
This function can not be called statically.