Skip to content

Commit

Permalink
add anchors to week/topics on course homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
gustav_delius committed May 6, 2004
1 parent cc539b6 commit fab178a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion course/format/topics/format.php
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion course/format/weeks/format.php
Expand Up @@ -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%\">";
Expand Down

0 comments on commit fab178a

Please sign in to comment.