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