]> git.mjollnir.org Git - moodle.git/commitdiff
Added favicon support and a small bugfix or two
authormartin <martin>
Fri, 30 Nov 2001 06:12:35 +0000 (06:12 +0000)
committermartin <martin>
Fri, 30 Nov 2001 06:12:35 +0000 (06:12 +0000)
theme/standard/header.html

index 9a61fe719ea1948a62371b29edd43fa51cf10a6a..7a63a05e9b44f76ba8ae0f6aca2a96d20d2c2690 100644 (file)
@@ -3,7 +3,8 @@
     <TITLE><?=$title ?></TITLE>
     <META NAME="keywords" CONTENT="Moodle, <?=$title ?> ">
     <?=$meta ?>
-    <LINK rel="stylesheet" HREF="<?=$styles ?>">
+    <LINK REL="stylesheet" HREF="<?=$styles ?>">
+    <LINK REL="SHORTCUT ICON" HREF="<?=$CFG->wwwroot?>/theme/standard/favicon.ico">
     <? include("$CFG->javascript"); ?>
 </HEAD>
 
@@ -19,7 +20,7 @@
     <FONT FACE="Trebuchet MS, Verdana, Arial, Helvetica, sans-serif" SIZE=2><B>
 <?  print_navigation("$navigation"); ?>
     </B></FONT></TD></TR></TABLE>
-    <IMG SRC="$CFG->wwwroot/pix/spacer.gif" ALT="" HEIGHT=5 WIDTH=1>
+    <IMG SRC="<?=$CFG->wwwroot?>/pix/spacer.gif" ALT="" HEIGHT=5 WIDTH=1>
 <?  } else { ?>
     <HR SIZE=1 NOSHADE>
 <?  } ?>