]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/Crao/templates/top.tmpl
unified "Sign In" for translation
[SourceForge/phpwiki.git] / themes / Crao / templates / top.tmpl
1 <?php // -*-html-*-
2 rcs_id('$Id: top.tmpl,v 1.1 2004-05-12 19:42:17 rurban Exp $');
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 } ?>