]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/blog/templates/top.tmpl
Refactor blogform layout. Fix various quirks.
[SourceForge/phpwiki.git] / themes / blog / templates / top.tmpl
1 <?php // -*-html-*-
2 rcs_id('$Id: top.tmpl,v 1.3 2007-01-07 20:20:19 rurban Exp $');
3 ?>
4 <div id="header">
5 <?php if ( $request->getArg('action') == 'browse' ) { ?>
6 <div id="yoursiteheader">
7 <!-- Insert Flash or Logo here -->
8 <a href=""><?= WIKI_NAME ?></a>
9 </div>
10 <?php } ?>
11 </div>
12 <?php if (empty($GLOBALS['HIDE_TOOLBARS'])) { ?>
13 <div id="actionbar">
14 <?= Template('actionbar') ?>
15 </div>
16 <div id="pagetrail"><p><?=_("Page Trail")?>: <?plugin PageTrail numberlinks=7 ?></p></div>
17 <?php } ?>
18