From: stronk7 Date: Mon, 19 Apr 2004 17:40:57 +0000 (+0000) Subject: Forgot to include blocks in this page. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=9f336d716d0ef22628e1fd8368401f32cbb9575b;p=moodle.git Forgot to include blocks in this page. Closing bug 1246. --- diff --git a/admin/configure.php b/admin/configure.php index 1097ae04ee..d802d03407 100644 --- a/admin/configure.php +++ b/admin/configure.php @@ -32,6 +32,8 @@ get_string("adminhelplanguage")); $table->data[] = array("".get_string("managemodules")."", get_string("adminhelpmanagemodules")); + $table->data[] = array("".get_string("manageblocks")."", + get_string("adminhelpmanageblocks")); $table->data[] = array("".get_string("managefilters")."", get_string("adminhelpmanagefilters")); if (!isset($CFG->disablescheduledbackups)) {