]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/default/templates/debug.tmpl
jeff voted for gif over png's (older browsers). Ok, we are not PC.
[SourceForge/phpwiki.git] / themes / default / templates / debug.tmpl
1 <?php // -*-html-*- ?>
2 <!-- $Id: debug.tmpl,v 1.6 2002-08-20 17:43:36 rurban Exp $ -->
3 <?php $t = round(getmicrotime()-$GLOBALS['debugclock'], 3); ?>
4 <span class="debug">Page Execution took <?= $t ?> seconds</span>
5 <?php if ($Theme->_name != 'Portland') { ?>
6 <div id="xhtml-validator"><a href="http://validator.w3.org/check/referer"><img
7         id="xhtml" border="0"
8         src="<?=$Theme->_findData('buttons/vxhtml10.gif')?>"
9         alt="Valid XHTML 1.0!" height="31" width="88" /></a>
10 <a href="http://jigsaw.w3.org/css-validator/check/referer"><img
11         id="css" border="0"
12         src="<?=$Theme->_findData('buttons/vcss.gif')?>"
13         alt="Valid CSS!" height="31" width="88" /></a>
14 </div>
15 <?php } else { ?>
16 <div id="xhtml-validator"><a href="http://validator.w3.org/check/referer">Valid XHTML 1.0</a>
17 <a href="http://jigsaw.w3.org/css-validator/check/referer">Valid CSS</a>
18 </div>
19 <?php } ?>