SMall Strict fix

This commit is contained in:
moodler
2007-01-06 05:06:35 +00:00
parent aeab95f9db
commit 99b054e4e8
+1 -1
View File
@@ -38,7 +38,7 @@ class block_news_items extends block_base {
if (has_capability('moodle/site:accessallgroups', get_context_instance(CONTEXT_COURSE, $COURSE->id))) { /// Teachers can always post
$visiblegroups = -1;
$text .= '<div align="center" class="newlink"><a href="'.$CFG->wwwroot.'/mod/forum/post.php?forum='.$forum->id.'">'.
$text .= '<div class="newlink"><a href="'.$CFG->wwwroot.'/mod/forum/post.php?forum='.$forum->id.'">'.
get_string('addanewtopic', 'forum').'</a>...</div>';
} else { /// Check the group situation