mirror of
https://github.com/moodle/moodle.git
synced 2025-08-03 16:13:28 +02:00
Tweak: added courses link back in ... because courses page may
one day be something different to the display on the front page (eg when there's very many courses)
This commit is contained in:
parent
f13b00d318
commit
7a522f28c8
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
<? } ?>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue