]> git.mjollnir.org Git - moodle.git/commitdiff
FIxed typo in favicon
authormoodler <moodler>
Wed, 7 May 2003 14:12:45 +0000 (14:12 +0000)
committermoodler <moodler>
Wed, 7 May 2003 14:12:45 +0000 (14:12 +0000)
theme/garden/header.html

index 697809cf7e3588c0757ecb23ec035652a5646fdb..c0fa2487a564e29398fdf43a2eab9cdbba1dff1f 100755 (executable)
@@ -4,7 +4,7 @@
 <META NAME="keywords" CONTENT="Moodle, <?=$title ?> ">
 <?=$meta ?>
 <LINK REL="stylesheet" TYPE="text/css" HREF="<?=$styles ?>">
-<LINK REL="SHORTCUT ICON" HREF="<?=$CFG->wwwroot?>/theme/green/favicon.ico">
+<LINK REL="SHORTCUT ICON" HREF="<?=$CFG->wwwroot?>/theme/garden/favicon.ico">
 <? include("$CFG->javascript"); ?>
 </HEAD>