footer logo in moodle, theme: afterburner:
layout > default.php
changed to:
<a href="http://lftaustralia.com" title="LFT">
<img src="<?php echo $OUTPUT->pix_url('footer/moodle-logo','theme')?>" alt="LFT logo" />
</a>
layout > default.php
changed to:
<a href="http://lftaustralia.com" title="LFT">
<img src="<?php echo $OUTPUT->pix_url('footer/moodle-logo','theme')?>" alt="LFT logo" />
</a>
No comments:
Post a Comment