]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/blog/templates/top.tmpl
rcs_id no longer makes sense with Subversion global version number
[SourceForge/phpwiki.git] / themes / blog / templates / top.tmpl
1 <?php // -*-php-*-
2 // rcs_id('$Id$');
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"><?=_("Page Trail")?>: <?plugin PageTrail numberlinks=7 ?></div>
17 <?php } ?>
18