Note: You are currently viewing documentation for Moodle 2.2. Up-to-date documentation for the latest stable version is available here: Footer replacement.

Footer replacement

From MoodleDocs
Revision as of 06:23, 26 January 2008 by Fred Frazelle (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Well, this is my first, so please bear with me.

This is to replace the Mooldle logo and web address with your own address at least. i still haven't gotten it to show up as a real link, but at least the text appears properly.

i'm using the StandardGreen theme.

Open the footer.html file.

Replace this line

<?php echo $home ?>

with your web address, like so...

<?php echo "www.fundacionanisa.org" ?>

Save the file and check it with your browser.