From 4020587b9a84fc97099aaa94f30c4bb59f1df2fd Mon Sep 17 00:00:00 2001 From: moodler Date: Sat, 20 Dec 2003 02:47:14 +0000 Subject: [PATCH] Shorter search box to help smaller screens --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index c06a70f952..863396cf81 100644 --- a/index.php +++ b/index.php @@ -148,7 +148,7 @@ print_simple_box_start("center", "100%"); print_whole_category_list(); print_simple_box_end(); - print_course_search(); + print_course_search("", false, "short"); } else { print_courses(0, "100%"); } -- 2.39.5