From 8b00b40692dd90a44357cd8fe49b179a8a679654 Mon Sep 17 00:00:00 2001 From: moodler Date: Sat, 14 Jun 2003 11:54:07 +0000 Subject: [PATCH] Shorter menu --- course/format/topics.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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++; -- 2.39.5