]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/Sidebar/templates/rc.tmpl
Remove rcs_id
[SourceForge/phpwiki.git] / themes / Sidebar / templates / rc.tmpl
1 <?php // -*-php-*- 
2 // $Id$
3 ?>
4 <!-- RecentChangesCached Box -->
5 <div class="portlet" id="p-rc">
6   <h5><?php echo _("RecentChanges") ?> <?php echo $WikiTheme->folderArrow('p-rc', 'Closed') ?></h5>
7   <div class="pBody" id="p-rc-body" style="display:none;">
8 <?php
9   require_once("lib/WikiTheme.php");
10   $box = new PluginSidebarBox("RecentChangesCached", array("limit"=>12));
11   printXml($box->format());
12 ?>
13   </div>
14 </div>