]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/shamino_com/templates/debug.tmpl
rcs_id no longer makes sense with Subversion global version number
[SourceForge/phpwiki.git] / themes / shamino_com / templates / debug.tmpl
1 <?php // -*-php-*-
2 // rcs_id('$Id$');
3 ?>
4 <!-- shamino.com debug -->
5 <div class="debug">
6 <?php global $RUNTIMER; ?>
7 <span id="xhtml-validator"><a class="wikilink" href="http://validator.w3.org/check/referer" target="_top">Valid XHTML 1.0</a> &nbsp; <a class="wikilink" href="http://jigsaw.w3.org/css-validator/check/referer" target="_top">Valid CSS</a>
8 </span>
9   <span><?=fmt("Page Execution took %s seconds", $RUNTIMER->getStats()) ?>
10 <?php $mem = @getMemoryUsage(); if ($mem) { ?>
11   <?=fmt(", Memory: %s", $mem) ?>
12 <?php } ?></span></div>
13 <br clear="all" class="clear-floats" />