]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/Sidebar/templates/frame-header.tmpl
Fix and refactor FrameInclude plugin (more or less).
[SourceForge/phpwiki.git] / themes / Sidebar / templates / frame-header.tmpl
1 <?php  // -*-html-*-
2 /* $Id: frame-header.tmpl,v 1.1 2003-02-26 22:27:13 dairiki Exp $
3  *
4  * This template is responsible mainly for the outer level <html> stuff.
5  */
6 printf("<?xml version=\"1.0\" encoding=\"%s\"?>\n", CHARSET);
7 ?>
8 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
9   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
10 <html xmlns="http://www.w3.org/1999/xhtml">
11 <?= Template('head') ?>
12 <body>
13 <div align="right" id="logo"><a class="wikilink" 
14                   href="<?=WikiURL(HOME_PAGE)?>" target="_top"
15                   ><img src="<?=$Theme->getImageURL('logo')?>" id="logo-img"
16                         border="0" alt="<?=fmt(_("%s: %s"), WIKI_NAME, HOME_PAGE) ?>"
17                         align="right" /></a></div>
18
19 <!-- Page title -->
20 <h1><?= $HEADER ?></h1>
21 </body>
22 </html>