0byt3m1n1
Path:
/
data
/
applications
/
aps
/
phpwiki
/
1.3.14-6
/
standard
/
htdocs
/
themes
/
Sidebar
/
templates
/
[
Home
]
File: frame-header.tmpl
<?php // -*-html-*- /* $Id: frame-header.tmpl,v 1.2 2004/06/14 11:26:51 rurban Exp $ * * This template is responsible mainly for the outer level <html> stuff. */ printf("<?xml version=\"1.0\" encoding=\"%s\"?>\n", CHARSET); ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <?= Template('head') ?> <body> <div align="right" 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) ?>" align="right" /></a></div> <!-- Page title --> <h1><?= $HEADER ?></h1> </body> </html>