]> git.mjollnir.org Git - moodle.git/commitdiff
Forgot to include blocks in this page.
authorstronk7 <stronk7>
Mon, 19 Apr 2004 17:40:57 +0000 (17:40 +0000)
committerstronk7 <stronk7>
Mon, 19 Apr 2004 17:40:57 +0000 (17:40 +0000)
Closing bug 1246.

admin/configure.php

index 1097ae04ee9231cf08a7da752ba44c9f133dae29..d802d03407d1f591bddedc4ee4543d756d39bb03 100644 (file)
@@ -32,6 +32,8 @@
                            get_string("adminhelplanguage"));
     $table->data[] = array("<b><a href=\"modules.php\">".get_string("managemodules")."</a></b>",
                            get_string("adminhelpmanagemodules"));
+    $table->data[] = array("<b><a href=\"blocks.php\">".get_string("manageblocks")."</a></b>",
+                           get_string("adminhelpmanageblocks"));
     $table->data[] = array("<b><a href=\"filters.php\">".get_string("managefilters")."</a></b>",
                            get_string("adminhelpmanagefilters"));
     if (!isset($CFG->disablescheduledbackups)) {