0byt3m1n1
Path:
/
data
/
applications
/
aps.bak
/
phpwiki
/
1.4.0-0
/
standard
/
htdocs
/
themes
/
blog
/
templates
/
[
Home
]
File: info.tmpl
<?php // -*-php-*- // rcs_id('$Id: info.tmpl 7589 2010-07-02 07:31:33Z vargenau $'); ?> <?php echo Template("default/info") ?> <div class="actionbuttons"> <?php echo $SEP?><?php echo Button("AuthorHistory", _("AuthorHistory")) ?> <?php echo $SEP?><?php echo Button("Diff") ?> <?php echo $SEP?><?php echo Button(array('action'=>'diff','previous' => 'minor'),_("Diff previous Revision"),$page->getName()) ?> <?php echo $SEP?><?php echo Button(array('action'=>'diff','previous' => 'author'),_("Diff previous Author"),$page->getName()) ?> </div> <br /> <div class="actionbuttons"> <?php echo Template("default/actionbar") ?> </div>