From: moodler <moodler> Date: Sat, 14 Jun 2003 11:54:07 +0000 (+0000) Subject: Shorter menu X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=8b00b40692dd90a44357cd8fe49b179a8a679654;p=moodle.git Shorter menu --- diff --git a/course/format/topics.php b/course/format/topics.php index 6713081c38..b56182117b 100644 --- a/course/format/topics.php +++ b/course/format/topics.php @@ -138,7 +138,7 @@ if (!empty($displaysection) and $displaysection != $section) { $strsummary= ""; if (!empty($sections[$section])) { - $strsummary = " - ".substr($sections[$section]->summary, 0, 100); + $strsummary = " - ".substr($sections[$section]->summary, 0, 60); } $sectionmenu["topic=$section"] = "$section$strsummary"; $section++;