FIxed typo in favicon

This commit is contained in:
moodler 2003-05-07 14:12:45 +00:00
parent d94dc588ab
commit ab74168b2d

View File

@ -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>