]> git.mjollnir.org Git - moodle.git/commitdiff
Ugh fixing spacing
authormartin <martin>
Sat, 3 Aug 2002 08:37:13 +0000 (08:37 +0000)
committermartin <martin>
Sat, 3 Aug 2002 08:37:13 +0000 (08:37 +0000)
index.php

index b6b3aa1ccb9c106f3a56183022ae0cd08e89ca31..72536cc2209c8b07cc72055446769e90a7a011b3 100644 (file)
--- a/index.php
+++ b/index.php
 
 <TABLE WIDTH="100%" BORDER="0" CELLSPACING="5" CELLPADDING="5">
   <TR>
-    <TD WIDTH="20%" VALIGN="TOP" NOWRAP>
+    <TD VALIGN="TOP" NOWRAP>
       <? 
 
          $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 ($site->newsitems > 0 ) {
                  print_simple_box(get_string("courses"), "CENTER", "100%", "$THEME->cellheading");