add anchors to week/topics on course homepage

This commit is contained in:
gustav_delius 2004-05-06 19:02:25 +00:00
parent cc539b6aaf
commit fab178a10b
2 changed files with 2 additions and 2 deletions

View File

@ -186,7 +186,7 @@
echo "<tr>";
echo "<td nowrap $colorsides valign=top width=20>";
echo "<p align=center><font size=3><b>$section</b></font></p>";
echo "<p align=center><font size=3><b><a name=\"$section\">$section</a></b></font></p>";
echo "</td>";
if (!isteacher($course->id) and !$thissection->visible) { // Hidden for students

View File

@ -174,7 +174,7 @@
echo "<tr>";
echo "<td nowrap $colorsides valign=top width=20>";
echo "<p align=center><font size=3><b>$section</b></font></p>";
echo "<p align=center><font size=3><a name=\"$section\">$section</a></font></p>";
echo "</td>";
echo "<td valign=top $colormain width=\"100%\">";