]> git.mjollnir.org Git - moodle.git/commitdiff
Reduce intro text for general forums
authormoodler <moodler>
Thu, 29 Jan 2004 04:58:56 +0000 (04:58 +0000)
committermoodler <moodler>
Thu, 29 Jan 2004 04:58:56 +0000 (04:58 +0000)
mod/forum/index.php

index 1267a3699104c71f3d8ef6b46dc31237f17a8b3e..510299a4bfff5c0fb92d0ef7597fc0a1d70495b4 100644 (file)
 
             $forum->intro = forum_shorten_post($forum->intro);
             replace_smilies($forum->intro);
+            $forum->intro = "<span style=\"font-size:x-small;\">$forum->intro</span>";;
 
             if ($forum->visible) {
                 $forumlink = "<a href=\"view.php?f=$forum->id\">$forum->name</a>";