require_once 'HTML/Menu/DirectTreeRenderer.php';
void HTML_Menu_DirectTreeRenderer::setLevelTemplate (string $prepend, string $append)
void HTML_Menu_DirectTreeRenderer::setLevelTemplate
These are the strings that will be prepended and appended to HTML generated for menu level. Defaults are
'<ul>'
'</ul>'
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.