소스 검색

add “people create" short cut on admin/user page

Signed-off-by: bachy <git@g-u-i.net>
bachy 11 년 전
부모
커밋
2543d32599
1개의 변경된 파일10개의 추가작업 그리고 1개의 파일을 삭제
  1. 10 1
      contentsadminrelink.module

+ 10 - 1
contentsadminrelink.module

@@ -109,7 +109,16 @@ function contentsadminrelink_menu_local_tasks_alter(&$data, $router_item, $root_
       }
 
     break;  
-
+    case 'admin/users' :
+      $item = menu_get_item('admin/people/create'); 
+      if ($item['access']) {       
+        $data['actions']['output'][] = array(
+          '#theme' => 'menu_local_action',
+          '#link' => $item,
+        );
+      }
+    break;  
+		
     // case 'admin/content/medias' : // for example 'page/view/news'
     //   $item = menu_get_item('admin/content/media/import'); 
     //   if ($item['access']) {