0byt3m1n1
Path:
/
data
/
applications
/
aps.bak
/
phpwiki
/
1.3.14-6
/
standard
/
htdocs
/
themes
/
Sidebar
/
templates
/
[
Home
]
File: top.tmpl
<?php // -*-html-*- rcs_id('$Id: top.tmpl,v 1.3 2004/06/14 11:26:51 rurban Exp $'); global $HIDE_TOOLBARS; if (!$HIDE_TOOLBARS) { ?> <!-- The logo --> <div id="logo"><a class="wikilink" href="<?=WikiURL(HOME_PAGE)?>" target="_top" ><img src="<?=$WikiTheme->getImageURL('logo')?>" id="logo-img" border="0" alt="<?=fmt(_("%s: %s"), WIKI_NAME, HOME_PAGE) ?>" /></a></div> <?php } ?>