Changed clone tab weight
This commit is contained in:
parent
39136f9442
commit
95e6db82f0
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ function clone_menu() {
|
||||||
'page callback' => 'clone_node_check',
|
'page callback' => 'clone_node_check',
|
||||||
'page arguments' => array(1),
|
'page arguments' => array(1),
|
||||||
'title' => 'Clone',
|
'title' => 'Clone',
|
||||||
'weight' => 5,
|
'weight' => 10,
|
||||||
'file' => 'clone.pages.inc',
|
'file' => 'clone.pages.inc',
|
||||||
'type' => MENU_LOCAL_TASK,
|
'type' => MENU_LOCAL_TASK,
|
||||||
);
|
);
|
||||||
|
|
Reference in a new issue