summaryrefslogtreecommitdiff
path: root/modules/system/system.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/system/system.module')
-rw-r--r--modules/system/system.module9
1 files changed, 9 insertions, 0 deletions
diff --git a/modules/system/system.module b/modules/system/system.module
index fb49140d7..4ed4e38e1 100644
--- a/modules/system/system.module
+++ b/modules/system/system.module
@@ -857,6 +857,15 @@ function system_menu() {
'type' => MENU_CALLBACK,
'file' => 'system.admin.inc',
);
+ $items['admin/config/content'] = array(
+ 'title' => 'Content authoring',
+ 'description' => 'Settings related to formatting and authoring content.',
+ 'position' => 'right',
+ 'weight' => 5,
+ 'page callback' => 'system_admin_menu_block_page',
+ 'access arguments' => array('access administration pages'),
+ 'file' => 'system.admin.inc',
+ );
// Settings.
$items['admin/settings/site-information'] = array(