]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/Sidebar/templates/navbar.tmpl
hack to call subtemplates from default theme
[SourceForge/phpwiki.git] / themes / Sidebar / templates / navbar.tmpl
1 <?php // -*-html-*- ?>
2 <!-- $Id: navbar.tmpl,v 1.2 2002-02-02 07:24:50 carstenklapp Exp $ -->
3 <?php $old = $Theme->getButtonSeparator();
4       $Theme->setButtonSeparator(HTML::br()); ?>
5
6 <?= Template('default-navbar') ?>
7
8 <?php $Theme->setButtonSeparator($old); ?>