]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/blog/templates/debug.tmpl
fix RecentChanges links
[SourceForge/phpwiki.git] / themes / blog / templates / debug.tmpl
1 <?php // -*-html-*-
2   rcs_id('$Id: debug.tmpl,v 1.2 2004-12-15 17:47:32 rurban Exp $');
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>