'Send message', 'target' => 'content', 'link' => 'mymodule/support_message_edit.php' ); // Add a menu item with the label 'View messages' $items[] = array( 'title' => 'View messages', 'target' => 'content', 'link' => 'mymodule/support_message_list.php' ); // Append the menu $items defined above to a menu section labeled 'Support' $module['nav'][] = array( 'title' => 'Support', 'open' => 1, 'items' => $items ); ?>