0byt3m1n1
Path:
/
data
/
applications
/
aps
/
phpwiki
/
1.3.14-6
/
standard
/
htdocs
/
themes
/
blog
/
templates
/
[
Home
]
File: top.tmpl
<?php // -*-html-*- rcs_id('$Id: top.tmpl,v 1.3 2007/01/07 20:20:19 rurban Exp $'); ?> <div id="header"> <?php if ( $request->getArg('action') == 'browse' ) { ?> <div id="yoursiteheader"> <!-- Insert Flash or Logo here --> <a href=""><?= WIKI_NAME ?></a> </div> <?php } ?> </div> <?php if (empty($GLOBALS['HIDE_TOOLBARS'])) { ?> <div id="actionbar"> <?= Template('actionbar') ?> </div> <div id="pagetrail"><p><?=_("Page Trail")?>: <?plugin PageTrail numberlinks=7 ?></p></div> <?php } ?>