0byt3m1n1
Path:
/
data
/
applications
/
aps.bak
/
phpwiki
/
1.3.14-6
/
standard
/
htdocs
/
themes
/
wikilens
/
templates
/
[
Home
]
File: top.tmpl
<?php // -*-php-*- rcs_id('$Id: top.tmpl,v 1.1 2007/01/21 23:19:52 rurban Exp $'); global $HIDE_TOOLBARS; if (!$HIDE_TOOLBARS) { ?> <!-- The logo --> <div id="logo" style="height: 51px; background-image: url(<?=$WikiTheme->getImageURL('splice')?>); background-repeat: repeat-x;" ><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) ?>" align="right" /></a> </div> <?php } ?>