Print performance info if exists and $CFG->perfdebug is enabled.

This commit is contained in:
stronk7
2005-11-19 18:21:58 +00:00
parent 7229d893bb
commit 32c8bf5b3d
+4
View File
@@ -3,6 +3,10 @@
<div id="footer">
<hr size="1" noshade="noshade" />
<?php if ($CFG->perfdebug && !empty($performanceinfo)) {
echo $performanceinfo;
}
?>
<?php echo $loggedinas ?>
<?php echo $homelink ?>