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