From a8d2453b178fd2a29edb41a4a0e936bc08bb999a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Hojtsy?= Date: Tue, 25 Sep 2007 11:49:37 +0000 Subject: #177654 by chx: admin/content has items with comment, feed, etc management, so a node admin permission should not be required to visit it --- modules/system/system.module | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'modules/system/system.module') diff --git a/modules/system/system.module b/modules/system/system.module index b2993353d..3cfdb3eb1 100644 --- a/modules/system/system.module +++ b/modules/system/system.module @@ -184,6 +184,16 @@ function system_menu() { 'type' => MENU_LOCAL_TASK, 'weight' => 2, ); + $items['admin/content'] = array( + 'title' => 'Content management', + 'description' => "Manage your site's content.", + 'position' => 'left', + 'weight' => -10, + 'page callback' => 'system_admin_menu_block_page', + 'access arguments' => array('access administration pages'), + 'file' => 'system.admin.inc', + ); + // menu items that are basically just menu blocks $items['admin/settings'] = array( 'title' => 'Site configuration', -- cgit v1.2.3