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