]> git.mjollnir.org Git - moodle.git/commitdiff
Using different logo file to avoid caching problems on changeover
authormartin <martin>
Wed, 4 Sep 2002 09:39:03 +0000 (09:39 +0000)
committermartin <martin>
Wed, 4 Sep 2002 09:39:03 +0000 (09:39 +0000)
lib/moodlelib.php

index c41dde4e094ee70c183d6423ddb2713e283f84fb..b132be0da15cab0a8ac01906dbcbc645a6184bde 100644 (file)
@@ -56,7 +56,7 @@ function print_footer ($course=NULL) {
                 $dversion = "unknown!";
             }
             $homelink  = "<P ALIGN=center><A TITLE=\"Version $dversion: Click to visit moodle.com\" HREF=\"http://moodle.com/\">";
-            $homelink .= "<BR><IMG WIDTH=130 HEIGHT=19 SRC=\"pix/madewithmoodle.gif\" BORDER=0></A></P>";
+            $homelink .= "<BR><IMG WIDTH=130 HEIGHT=19 SRC=\"pix/madewithmoodle2.gif\" BORDER=0></A></P>";
         } else {
             $homelink = "<A TARGET=_top HREF=\"$CFG->wwwroot/course/view.php?id=$course->id\">$course->shortname</A>";
         }