Skip to content

Commit

Permalink
Added favicon support and a small bugfix or two
Browse files Browse the repository at this point in the history
  • Loading branch information
martin committed Nov 30, 2001
1 parent bb13e00 commit 41111d5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions theme/standard/header.html
Expand Up @@ -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>

Expand All @@ -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>
<? } ?>
Expand Down

0 comments on commit 41111d5

Please sign in to comment.