]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/blog/templates/debug.tmpl
<?= --> <?php echo
[SourceForge/phpwiki.git] / themes / blog / templates / debug.tmpl
1 <?php // -*-php-*-
2 // rcs_id('$Id$');
3 ?>
4 <?php global $RUNTIMER; ?>
5 <p align="center" id="xhtml-validator"><a href="http://validator.w3.org/check/referer">Valid XHTML 1.0</a>  <a href="http://jigsaw.w3.org/css-validator/check/referer">Valid CSS!</a>
6 <span class="debug"><?php echo fmt("Page Execution took %s seconds", $RUNTIMER->getStats())?></span>
7 </p>