Skip to content

Commit

Permalink
Forgot to include blocks in this page.
Browse files Browse the repository at this point in the history
Closing bug 1246.
  • Loading branch information
stronk7 committed Apr 19, 2004
1 parent 0356ba4 commit 9f336d7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions admin/configure.php
Original file line number Diff line number Diff line change
Expand Up @@ -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)) {
Expand Down

0 comments on commit 9f336d7

Please sign in to comment.