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: Difference between revisions

From MoodleDocs
No edit summary
(No difference)

Revision as of 06:23, 26 January 2008

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.