15
Sorry about that.
Open your footer.php and near the top where it looks like
le="color: #000000"><?php if ( !defined("XOOPS_FOOTER_INCLUDED") ) { define("XOOPS_FOOTER_INCLUDED",1); $xoopsLogger->stopTime();
Add the line:
$xoopsTpl->assign("show_total_time", substr($xoopsLogger->dumpTime(), 0, 6));
So it looks like:
le="color: #000000"><?php if ( !defined("XOOPS_FOOTER_INCLUDED") ) { define("XOOPS_FOOTER_INCLUDED",1); [b]$xoopsTpl->assign("show_total_time", substr($xoopsLogger->dumpTime(), 0, 6));[/b] $xoopsLogger->stopTime();