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