]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/Sidebar/templates/ratings.tmpl
Add svn:keywords Id
[SourceForge/phpwiki.git] / themes / Sidebar / templates / ratings.tmpl
1 <?php // -*-php-*-
2 rcs_id('$Id$');
3 ?>
4 <!-- Ratings -->
5 <?php if (!$WikiTheme->DUMP_MODE) {
6   $loader = new WikiPluginLoader();
7   printXML($loader->expandPI("<"."?plugin RateIt show=top ?".">", $request, $dbi->_markup));
8 } ?>