]> git.mjollnir.org Git - moodle.git/commitdiff
Tiny tweak to spacer image for IE browsers
authormartin <martin>
Sat, 3 Aug 2002 12:26:52 +0000 (12:26 +0000)
committermartin <martin>
Sat, 3 Aug 2002 12:26:52 +0000 (12:26 +0000)
index.php

index aff26ac05c2b1c2b6e5042034b5b5bca10a125f3..eab0e472a2ccd939da19625da18846def619afb8 100644 (file)
--- a/index.php
+++ b/index.php
@@ -31,7 +31,6 @@
          $sections = get_all_sections($site->id);
       
          if ($site->newsitems > 0 or $sections[0]->sequence or isediting($site->id)) {
-             echo "<IMG SRC=\"pix/spacer.gif\" WIDTH=200 HEIGHT=0><BR>";
       
              if ($sections[0]->sequence or isediting($site->id)) {
                  get_all_mods($site->id, $mods, $modnames, $modnamesplural, $modnamesused);
@@ -53,6 +52,7 @@
                  print_simple_box(get_string("courses"), "CENTER", "100%", "$THEME->cellheading");
                  print_all_courses($cat=1, "minimal", 10);
              } 
+             echo "<IMG SRC=\"pix/spacer.gif\" WIDTH=200 HEIGHT=0><BR>";
          }
      
          if (isadmin()) {