mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 05:58:34 +01:00
Fixed link for "older topics"
This commit is contained in:
parent
388f8911e3
commit
ab001fe77d
@ -176,7 +176,7 @@ function print_forum_latest_topics($forum_id=0, $forum_numtopics=5, $forum_style
|
||||
$topiccount++;
|
||||
|
||||
if ($forum_numtopics && ($topiccount > $forum_numtopics)) {
|
||||
echo "<P ALIGN=right><A HREF=\"$CFG->wwwroot/mod/discuss/index.php?forum=$forum->id\">Older topics</A> ...</P>";
|
||||
echo "<P ALIGN=right><A HREF=\"$CFG->wwwroot/mod/forum/view.php?f=$forum->id\">Older topics</A> ...</P>";
|
||||
break;
|
||||
}
|
||||
if ($replies[$topic->discuss]) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user