]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/Portland/templates/debug.tmpl
Use CSS
[SourceForge/phpwiki.git] / themes / Portland / templates / debug.tmpl
1 <?php global $RUNTIMER; ?>
2 <table class="fullwidth">
3 <tr><td>
4 <div id="xhtml-validator"><a href="http://validator.w3.org/check/referer">Valid XHTML 1.0</a>
5 <a href="http://jigsaw.w3.org/css-validator/check/referer">Valid CSS</a>
6 </div>
7 </td><td>
8 <span class="debug"><?php echo fmt("Page Execution took %s seconds", $RUNTIMER->getStats())?></span>
9 </td></tr></table>
10 <br class="clear-floats" />