]> git.mjollnir.org Git - moodle.git/commitdiff
Fixes dependency on standardlogo
authormoodler <moodler>
Sun, 5 Jan 2003 11:08:21 +0000 (11:08 +0000)
committermoodler <moodler>
Sun, 5 Jan 2003 11:08:21 +0000 (11:08 +0000)
theme/brightretro/header.html

index fce7df27cc29da4cbd1eac4c70699b5e0207f7da..de492c24d1a842a3c192b5c6b70e53c3f56b49cb 100644 (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/standardlogo/favicon.ico">
+<LINK REL="SHORTCUT ICON" HREF="<?=$CFG->wwwroot?>/theme/brightretro/favicon.ico">
 <? include("$CFG->javascript"); ?>
 </HEAD>
 
@@ -15,7 +15,7 @@
      <TABLE WIDTH=100% CELLPADDING=10 CELLSPACING=0 BORDER=0>
        <TR>
          <TD VALIGN=TOP>
-             <IMG BORDER=0 SRC="<?=$CFG->wwwroot?>/theme/standardlogo/logo.jpg">
+             <IMG BORDER=0 SRC="<?=$CFG->wwwroot?>/theme/brightretro/logo.jpg">
          </TD>
          <TD ALIGN=RIGHT VALIGN=TOP><?=$menu ?></TD>
        </TR>