]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/default/templates/debug.tmpl
no buttons for Portland
[SourceForge/phpwiki.git] / themes / default / templates / debug.tmpl
1 <?php // -*-html-*- ?>
2 <!-- $Id: debug.tmpl,v 1.2 2002-08-20 14:03:14 rurban Exp $ -->
3
4 <?php $t = round(getmicrotime()-$GLOBALS['debugclock'], 3); ?>
5 <p class="debug">Page Execution took <?= $t ?> seconds</p>
6
7 <?php if ($Theme->_name != 'Portland') { ?>
8 <div id="xhtml-validator"><a href="http://validator.w3.org/check/referer"><img
9         id="xhtml" border="0"
10         src="http://www.w3.org/Icons/valid-xhtml10"
11         alt="Valid XHTML 1.0!" height="31" width="88" /></a>
12 <a href="http://jigsaw.w3.org/css-validator/check/referer"><img
13         id="css" border="0"
14         src="http://jigsaw.w3.org/css-validator/images/vcss"
15         alt="Valid CSS!" /></a>
16 </div>
17 <?php } ?>