]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/Sidebar/templates/tags.tmpl
Allow bold, italics or underlined for numbers
[SourceForge/phpwiki.git] / themes / Sidebar / templates / tags.tmpl
1 <!-- list of most popular categories -->
2 <div class="portlet" id="p-tags">
3   <h5><?php echo _("Favorite Categories") ?> <?php echo $WikiTheme->folderArrow('p-tags', 'Open') ?></h5>
4   <div class="pBody" id="p-tags-body">
5     <?plugin PopularTags ?>
6   </div>
7 </div>