diff -Naur old/category.php new/category.php --- old/category.php 2012-02-19 11:18:15.000000000 +0530 +++ new/category.php 2012-02-19 11:21:33.000000000 +0530 @@ -438,7 +438,7 @@ } echo ''; - print_course_search(); + echo $OUTPUT->footer(); diff -Naur old/index.php new/index.php --- old/index.php 2012-02-19 11:18:19.000000000 +0530 +++ new/index.php 2012-02-19 11:21:30.000000000 +0530 @@ -278,7 +278,7 @@ echo $OUTPUT->single_button(new moodle_url('editcategory.php', $options), get_string('addnewcategory'), 'get'); } - +print_course_search(); print_course_request_buttons($systemcontext); echo '';