Changed clone tab weight

This commit is contained in:
Manuel Cillero 2017-08-15 09:58:14 +02:00
parent 39136f9442
commit 95e6db82f0

View file

@ -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,
); );