diff options
author | Dries Buytaert <dries@buytaert.net> | 2009-03-20 19:18:11 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2009-03-20 19:18:11 +0000 |
commit | 32076b4d32a3cfdd0476bd3488d5160dd46affac (patch) | |
tree | 2ea12412d23f5c077cf20f35a026b683504f3378 /modules/node/node.module | |
parent | c49a925eb8172805389f9d5f341e4acd9f5cd2d4 (diff) | |
download | brdo-32076b4d32a3cfdd0476bd3488d5160dd46affac.tar.gz brdo-32076b4d32a3cfdd0476bd3488d5160dd46affac.tar.bz2 |
- Patch #273137 by pwolanin, David_Rothstein, chx, et al: split navigation to user and administration menu. Will require follow-up patches.
Diffstat (limited to 'modules/node/node.module')
-rw-r--r-- | modules/node/node.module | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/node/node.module b/modules/node/node.module index 1772759e7..b2b18ae53 100644 --- a/modules/node/node.module +++ b/modules/node/node.module @@ -1737,6 +1737,7 @@ function node_menu() { 'page callback' => 'node_add_page', 'access callback' => '_node_add_access', 'weight' => 1, + 'menu_name' => 'management', ); $items['rss.xml'] = array( 'title' => 'RSS feed', |