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