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

Merged from MOODLE_15_STABLE
This commit is contained in:
stronk7 2005-11-19 18:23:07 +00:00
parent de0eca74b0
commit fd5f0feba5

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 ?>