mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 04:30:15 +01:00
add anchors to week/topics on course homepage
This commit is contained in:
parent
cc539b6aaf
commit
fab178a10b
@ -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
|
||||
|
@ -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%\">";
|
||||
|
Loading…
x
Reference in New Issue
Block a user