require_once 'HTML/Menu/DirectTreeRenderer.php';
void HTML_Menu_DirectTreeRenderer::setEntryTemplate ( mixed $type , string $template = NULL )
The template should contain at least the {title} placeholder, can also contain {url} placeholder. Default templates are:
<?phparray( HTML_MENU_ENTRY_INACTIVE => '<a href="{url}">{title}</a>', HTML_MENU_ENTRY_ACTIVE => '<strong>{title}</strong>', HTML_MENU_ENTRY_ACTIVEPATH => '<a href="{url}"><em>{title}</em></a>');?>
either type (one of HTML_MENU_ENTRY_* constants) or an array 'type' => 'template'
template for this entry type if $type is not an array
throws no exceptions thrown
This function can not be called statically.