]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/default/templates/debug.tmpl
moved debug stuff into it's own template
[SourceForge/phpwiki.git] / themes / default / templates / debug.tmpl
1 <?php // -*-html-*- ?>
2 <!-- $Id: debug.tmpl,v 1.1 2002-02-16 06:02:23 carstenklapp Exp $ -->
3
4 <?php $t = round(getmicrotime()-$GLOBALS['debugclock'], 3); ?>
5 <p class="debug">Page Execution took <?= $t ?> seconds</p>
6
7 <div id="xhtml-validator"><a href="http://validator.w3.org/check/referer"><img
8         id="xhtml" border="0"
9         src="http://www.w3.org/Icons/valid-xhtml10"
10         alt="Valid XHTML 1.0!" height="31" width="88" /></a>
11 <a href="http://jigsaw.w3.org/css-validator/check/referer"><img
12         id="css" border="0"
13         src="http://jigsaw.w3.org/css-validator/images/vcss"
14         alt="Valid CSS!" /></a>
15 </div>