]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/blog/templates/info.tmpl
Remove rcs_id
[SourceForge/phpwiki.git] / themes / blog / templates / info.tmpl
1 <?php // -*-php-*-
2 // $Id$
3 ?>
4 <?php echo Template("default/info") ?>
5 <div class="actionbuttons">
6   <?php echo $SEP?><?php echo Button("AuthorHistory", _("AuthorHistory")) ?>
7   <?php echo $SEP?><?php echo Button("Diff") ?>
8   <?php echo $SEP?><?php echo Button(array('action'=>'diff','previous' => 'minor'),_("Diff previous Revision"),$page->getName()) ?>
9   <?php echo $SEP?><?php echo Button(array('action'=>'diff','previous' => 'author'),_("Diff previous Author"),$page->getName()) ?>
10 </div>
11 <br />
12 <div class="actionbuttons">
13   <?php echo Template("default/actionbar") ?>
14 </div>