require_once 'HTML/Menu/DirectRenderer.php';
void HTML_Menu_DirectRenderer::setRowTemplate (string $prepend, string $append)
void HTML_Menu_DirectRenderer::setRowTemplate
These are the strings that will be prepended and appended to HTML generated for menu entries on each call to finishRow(). Defaults are
'<tr>'
'</tr>'
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.