
Good luck !!

<{php}>
$XoopsTime = $GLOBALS['xoopsLogger']->dumpTime( 'XOOPS' );
$XoopsQueries = count( $GLOBALS['xoopsLogger']->queries);
echo 'Page generated ' . $XoopsQueries . ' queries - Generation time: ' . sprintf( "%.4f", $XoopsTime ) . ' seconds
' . "n";
<{/php}>
<{xoStats}>
and also don't forget to copy the file
modules/TDMStats/xoops_plugins/function.xoStats.php
to root.../class/smarty/xoops_plugins/
Good Luck !!
Demo
http://www.tdmxoops.fr/modules/TDMStats/