From 9f336d716d0ef22628e1fd8368401f32cbb9575b Mon Sep 17 00:00:00 2001
From: stronk7 <stronk7>
Date: Mon, 19 Apr 2004 17:40:57 +0000
Subject: [PATCH] Forgot to include blocks in this page. Closing bug 1246.

---
 admin/configure.php | 2 ++
 1 file changed, 2 insertions(+)

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("<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)) {
-- 
2.39.5