]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/MonoBook/templates/tags.tmpl
rcs_id no longer makes sense with Subversion global version number
[SourceForge/phpwiki.git] / themes / MonoBook / 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><?= _("Favorite Categories") ?></h5>
7   <div class="pBody">
8     <?plugin PopularTags ?>
9   </div>
10 </div>