0byt3m1n1
Path:
/
data
/
applications
/
aps
/
phpwiki
/
1.4.0-0
/
standard
/
htdocs
/
themes
/
Wordpress
/
templates
/
[
Home
]
File: browse.tmpl
<?php // -*-php-*- // rcs_id('$Id: browse.tmpl 7589 2010-07-02 07:31:33Z vargenau $'); ?> <br class="clear-floats" /> <?php if ($revision and !$revision->isCurrent()) { ?> <p><strong><?php echo _("Note:")?></strong> <?php echo _("You are viewing an old revision of this page.")?> <?php echo WikiLink($page, 'existing', _("View the current version"))?>.</p> <hr class="ignore" /> <?php } ?> <?php echo $CONTENT?> <hr /> <?php echo Template('actionbar') ?> <!-- The bottom navigation/search bar -->