]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/blog/templates/debug.tmpl
rcs_id no longer makes sense with Subversion global version number
[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" target="_top">Valid XHTML 1.0</a>  <a href="http://jigsaw.w3.org/css-validator/check/referer" target="_top">Valid CSS!</a>
6 <span class="debug"><?=fmt("Page Execution took %s seconds", $RUNTIMER->getStats())?></span>
7 </p>