]> git.mjollnir.org Git - moodle.git/commitdiff
Trying a new logo on the home page ... hope it doesn't clash too much
authormoodler <moodler>
Sun, 22 Feb 2004 13:47:56 +0000 (13:47 +0000)
committermoodler <moodler>
Sun, 22 Feb 2004 13:47:56 +0000 (13:47 +0000)
with themes ...

lib/weblib.php
pix/moodlelogo.gif [new file with mode: 0755]

index 13b3f88a870427c54fa01eac641ea79110f0f4c9..bb018c0da8b59000506d40924231f60d1d59d30a 100644 (file)
@@ -930,7 +930,7 @@ function print_footer ($course=NULL) {
     if ($course) {
         if ($course == "home") {   // special case for site home page - please do not remove
             $homelink  = "<p align=\"center\"><a title=\"moodle $CFG->release ($CFG->version)\" href=\"http://moodle.org/\" target=\"_blank\">";
-            $homelink .= "<br /><img width=\"130\" height=\"19\" src=\"pix/madewithmoodle.gif\" border=\"0\" /></a></p>";
+            $homelink .= "<br /><img width=\"100\" height=\"30\" src=\"pix/moodlelogo.gif\" border=\"0\" /></a></p>";
             $course = get_site();
             $homepage = true;
         } else {
diff --git a/pix/moodlelogo.gif b/pix/moodlelogo.gif
new file mode 100755 (executable)
index 0000000..3f68146
Binary files /dev/null and b/pix/moodlelogo.gif differ