require_once 'HTML/Menu/DirectTreeRenderer.php';
void HTML_Menu_DirectTreeRenderer::setRowTemplate (string $prepend, string $append)
void HTML_Menu_DirectTreeRenderer::setRowTemplate
These are the strings that will be prepended and appended to HTML generated for menu entries. Defaults are
'<li>'
'</li>'
this will be prepended to the entries HTML
this will be appended to the entries HTML
throws no exceptions thrown
This function can not be called statically.