0byt3m1n1
Path:
/
data
/
applications
/
aps.bak
/
phpwiki
/
1.3.14-6
/
standard
/
htdocs
/
themes
/
Crao
/
templates
/
[
Home
]
File: top.tmpl
<?php // -*-html-*- rcs_id('$Id: top.tmpl,v 1.1 2004/05/12 19:42:17 rurban Exp $'); global $HIDE_TOOLBARS; if (!$HIDE_TOOLBARS) { ?> <!-- The logo --> <table summary="logo" width="100%" cellpadding="0" cellspacing="0" border="0"> <tr valign="middle"> <td><div id="logo"><a href="<?=WikiURL(HOME_PAGE)?>"><?=WIKI_NAME?></a></div></td> <td><div id="signin"><?= Template('signin') ?></div></td> </tr> </table> <?php } ?>