]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/Crao/templates/top.tmpl
rcs_id no longer makes sense with Subversion global version number
[SourceForge/phpwiki.git] / themes / Crao / templates / top.tmpl
1 <?php // -*-php-*-
2 // rcs_id('$Id$');
3
4 global $HIDE_TOOLBARS;
5 if (!$HIDE_TOOLBARS) {
6 ?>
7 <!-- The logo -->
8 <table summary="logo"
9        width="100%" cellpadding="0" cellspacing="0" border="0">
10  <tr valign="middle">
11   <td><div id="logo"><a href="<?=WikiURL(HOME_PAGE)?>"><?=WIKI_NAME?></a></div></td>
12   <td><div id="signin"><?= Template('signin')  ?></div></td>
13  </tr>
14 </table>
15 <?php } ?>