0byt3m1n1
Path:
/
data
/
applications
/
aps.bak
/
phpwiki
/
1.3.14-6
/
standard
/
htdocs
/
themes
/
blog
/
templates
/
[
Home
]
File: browse.tmpl
<?php // -*-html-*- rcs_id('$Id: browse.tmpl,v 1.5 2007/01/07 20:20:19 rurban Exp $'); ?> <?php if ($revision and !$revision->isCurrent()) { ?> <p><strong><?=_("Note:")?></strong> <?=_("You are viewing an old revision of this page.")?> <?= Button('browse', _("View the current version"), $page)?>. </p> <?php } ?> <?php if (!empty($redirected)) { ?> <p><?= $redirected ?></p> <?php } ?> <!--{{{ Content--> <div id="content" class="narrowcolumn"> <?=$CONTENT?> <!--{{{ Comments--> <div class="comments"> </div> <!--}}} Comments--> <hr class="printer" noshade="noshade" /> <!--}}} Content--> </div> <!--{{{ Sidebar--> <?=Template('sidebar')?> <!--}}}-->