]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/Portland/templates/debug.tmpl
No target _top
[SourceForge/phpwiki.git] / themes / Portland / templates / debug.tmpl
1 <?php // -*-php-*-
2 // rcs_id('$Id$');
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">Valid XHTML 1.0</a>
8 <a href="http://jigsaw.w3.org/css-validator/check/referer">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 <br class="clear-floats" />