]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/Sidebar/templates/frame-footer.tmpl
add src for debugging
[SourceForge/phpwiki.git] / themes / Sidebar / templates / frame-footer.tmpl
1 <?php  // -*-html-*-
2 /* $Id: frame-footer.tmpl,v 1.2 2004-06-14 11:26:51 rurban 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 <hr class="printer" noshade="noshade" />
14 <p class="editdate"><?= $WikiTheme->getLastModifiedMessage($revision) ?></p>
15 <?= Template('bottom') ?>
16 </body>
17 </html>