From: moodler <moodler>
Date: Sun, 5 Jan 2003 11:08:21 +0000 (+0000)
Subject: Fixes dependency on standardlogo
X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=bdd2e029a028910a3d70ac4748a9a28d0e5da0a7;p=moodle.git

Fixes dependency on standardlogo
---

diff --git a/theme/brightretro/header.html b/theme/brightretro/header.html
index fce7df27cc..de492c24d1 100644
--- a/theme/brightretro/header.html
+++ b/theme/brightretro/header.html
@@ -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>