From: <car...@us...> - 2025-02-19 21:07:04
|
Revision: 11150 http://sourceforge.net/p/phpwiki/code/11150 Author: carstenklapp Date: 2025-02-19 21:07:01 +0000 (Wed, 19 Feb 2025) Log Message: ----------- Added PHPWIKI_VERSION to debug.tmpl Modified Paths: -------------- trunk/themes/default/templates/debug.tmpl Modified: trunk/themes/default/templates/debug.tmpl =================================================================== --- trunk/themes/default/templates/debug.tmpl 2025-02-19 20:53:14 UTC (rev 11149) +++ trunk/themes/default/templates/debug.tmpl 2025-02-19 21:07:01 UTC (rev 11150) @@ -11,7 +11,7 @@ alt="Valid CSS 3!" /></a> </div> </td><td> -<span class="debug"><?php echo fmt(_("Page Execution took %s seconds"), $RUNTIMER->getStats())?> +<span class="debug"><?php echo fmt("PhpWiki ".PHPWIKI_VERSION." "._("Page Execution took %s seconds"), $RUNTIMER->getStats())?> <?php $mem = @memory_get_usage(); if ($mem) { ?> <?php $formatted = round($mem/pow(1024,($i=floor(log($mem,1024)))),2).' '.array('b','kb','mb','gb','tb','pb')[$i]; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |