]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/Portland/templates/debug.tmpl
Correct syntax for width
[SourceForge/phpwiki.git] / themes / Portland / templates / debug.tmpl
1 <?php // -*-html-*-
2   rcs_id('$Id: debug.tmpl,v 1.2 2008-05-03 17:30:03 vargenau Exp $');
3 ?>
4 <?php global $RUNTIMER; ?>
5 <table width="100%" border="0" cellpadding="0" cellspacing="0">
6 <tr><td>
7 <div id="xhtml-validator"><a href="http://validator.w3.org/check/referer" target="_top">Valid XHTML 1.0</a>
8 <a href="http://jigsaw.w3.org/css-validator/check/referer" target="_top">Valid CSS</a>
9 </div>
10 </td><td>
11 <span class="debug"><?=fmt("Page Execution took %s seconds", $RUNTIMER->getStats())?></span>
12 </td></tr></table>
13 <?php // This keeps the valid XHTML! icons from "hanging off the bottom of the screen" ?>
14 <br clear="all" class="clear-floats" />