]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/Crao/templates/top.tmpl
Use CSS
[SourceForge/phpwiki.git] / themes / Crao / templates / top.tmpl
1 <?php
2 global $HIDE_TOOLBARS;
3 if (!$HIDE_TOOLBARS) {
4 ?>
5 <!-- The logo -->
6 <table class="fullwidth">
7  <tr class="middle">
8   <td><div id="logo"><a href="<?php echo WikiURL(HOME_PAGE)?>"><?php echo WIKI_NAME?></a></div></td>
9   <td><div id="signin"><?php echo Template('signin')  ?></div></td>
10  </tr>
11 </table>
12 <?php } ?>