]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/Sidebar/templates/tags.tmpl
Change old Sidebar theme to new MonoBook-based layout
[SourceForge/phpwiki.git] / themes / Sidebar / templates / tags.tmpl
1 <?php // -*-php-*- 
2 rcs_id('$Id: signin.tmpl 6261 2008-09-14 10:37:29Z vargenau $');
3 ?>
4 <!-- list of most popular categories -->
5 <div class="portlet" id="p-tags">
6   <h5><?= _("Favorite Categories") ?> <?= $WikiTheme->folderArrow('p-tags', 'Open') ?></h5>
7   <div class="pBody" id="p-tags-body">
8     <?plugin PopularTags ?>
9   </div>
10 </div>