[ /** * array( * 'pageQuery' => array(...), // required * 'adminPageQuery' => array(...), // Optional * 'rightSub' => array( * array( * 'menuTitle' => 'Link Title', // required * 'fullAlias' => 'admin/module-alias', // Optional * 'urlParams' => array('action' => 'new'), // Optional. Ignored if 'fullAlias' set * ) * ) * ) */ [ 'pageQuery' => [null, ['type' => 'WideSlide\\']], 'rightSub' => [ ['menuTitle' => 'Manage Homepage Slides'], ['menuTitle' => 'Add New Slide', 'urlParams' => ['action' => 'new']], ], ], [ 'pageQuery' => [null, ['type' => 'Faq_']], 'rightSub' => [ ['menuTitle' => 'Manage FAQ'], ['menuTitle' => 'Add Question', 'urlParams' => ['action' => 'new']], ], ], [ 'pageQuery' => [null, ['type' => 'Gallery\\']], 'rightSub' => [ ['menuTitle' => 'Manage Albums'], ['menuTitle' => 'Add Album', 'urlParams' => ['action' => 'new']], ], ], [ 'pageQuery' => [null, ['type' => 'People_']], 'rightSub' => [ ['menuTitle' => 'Manage Our Team'], ['menuTitle' => 'Add Team Member', 'urlParams' => ['action' => 'new']], ], ], [ 'pageQuery' => [null, ['type' => 'Partner_']], 'rightSub' => [ ['menuTitle' => 'Manage Partners'], ['menuTitle' => 'Add Partner', 'urlParams' => ['action' => 'new']], ], ], [ 'pageQuery' => [null, ['type' => 'Testimonial_']], 'rightSub' => [ ['menuTitle' => 'Manage Testimonials'], ['menuTitle' => 'Add Testimonial', 'urlParams' => ['action' => 'new']], ], ], [ 'pageQuery' => [null, ['type' => 'News_'], ['type' => 'default']], 'rightSub' => [ ['menuTitle' => 'Manage News'], ['menuTitle' => 'Add News Item', 'urlParams' => ['action' => 'new']], ], ], [ 'pageQuery' => [null, ['type' => 'Newsletter_']], 'rightSub' => [ ['menuTitle' => 'Manage Newsletters'], ['menuTitle' => 'Add Newsletter', 'urlParams' => ['action' => 'new']], ], ], [ 'pageQuery' => [['id' => 8]], 'adminPageQuery' => [null, ['type' => 'Form_Contact_Admin_']], 'rightSub' => [['menuTitle' => 'Manage Contact Form Submissions']], ], [ 'pageQuery' => [null, ['type' => 'ECommerce_Product_']], 'rightSub' => [ ['menuTitle' => 'Manage Products'], ['menuTitle' => 'Add Product', 'urlParams' => ['action' => 'new']], ], ], [ 'pageQuery' => [null, ['type' => 'Blog\\']], 'rightSub' => [ ['menuTitle' => 'Manage Posts'], ['menuTitle' => 'Add News Post', 'urlParams' => ['action' => 'new']], ], ], ], ];