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