]> git.mjollnir.org Git - moodle.git/commitdiff
Tweak: added courses link back in ... because courses page may
authormartin <martin>
Mon, 10 Jun 2002 11:35:43 +0000 (11:35 +0000)
committermartin <martin>
Mon, 10 Jun 2002 11:35:43 +0000 (11:35 +0000)
one day be something different to the display on the front page
(eg when there's very many courses)

index.php

index f6c513941779cace693477e059a1de8284ce8cb7..246bf21f3fdc9216e08c422151503108d9fcc8c7 100644 (file)
--- a/index.php
+++ b/index.php
@@ -22,8 +22,8 @@
       <? print_simple_box("Main Menu", $align="CENTER", $width="100%", $color="$THEME->cellheading"); ?>
 
          <LI>Home</LI>
-      <? if ($site->format > 0 ) { ?>
       <LI><A TITLE="Available courses on this server" HREF="course/"><B>Courses</B></A><BR></LI>
+      <? if ($site->format > 0 ) { ?>
       <LI><A TITLE="Site-level Forums" HREF="mod/discuss/index.php?id=<?=$site->id?>">Forums</A></LI>
       <? } ?>