0byt3m1n1
Path:
/
data
/
applications
/
aps
/
phpwiki
/
1.4.0-0
/
standard
/
htdocs
/
themes
/
default
/
templates
/
[
Home
]
File: debug.tmpl
<?php // -*-php-*- // rcs_id('$Id: debug.tmpl 7591 2010-07-02 08:05:07Z vargenau $'); ?> <?php global $RUNTIMER; ?> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr><td> <?php /* Note: The Portland theme's debug.tmpl overrides this file with it's own non-graphical variant. */ ?> <div id="xhtml-validator"><a href="http://validator.w3.org/check/referer"><img id="xhtml" src="<?php echo $WikiTheme->_findData('buttons/valid-xhtml10.png')?>" alt="Valid XHTML 1.0!" height="31" width="88" /></a> <a href="http://jigsaw.w3.org/css-validator/check/referer"><img id="css" src="<?php echo $WikiTheme->_findData('buttons/vcss.png')?>" alt="Valid CSS!" height="31" width="88" /></a> </div> </td><td> <span class="debug"><?php echo fmt("Page Execution took %s seconds", $RUNTIMER->getStats())?> <?php $mem = @getMemoryUsage(); if ($mem) { ?> <?php echo fmt(", Memory: %s", $mem) ?> <?php } ?> </span> </td></tr></table> <br class="clear-floats" />