true); $__config['app']['cms']['mode'] = 'dummy'; $__config['app']['cms']['additionalPages'] = true; $__config['app']['navigation'] = array( 'enabled' => false, 'mode' => 'exclude', 'properties' => array('title' => 'menuTitle', 'url' => 'url'), 'excludeList' => array('home'), ); $__config['app']['cms']['allowReorderTopLevelPages'] = false; //Need change afte starting to live $__config['app']['sites'] = array( 'Bell Lumber & Pole' => 'https://demovik.dev.orange35.com/Bell_Lumber/bellpole.com/trunk/www', 'Bell Timber' => 'https://demovik.dev.orange35.com/Bell_Lumber/belltimber.com/trunk/www', 'Bell Structural Solutions' => 'https://demovik.dev.orange35.com/Bell_Lumber/bellstructural.com/trunk/www', 'ALAMCO Wood Products' => 'https://demovik.dev.orange35.com/Bell_Lumber/alamcowood.com/trunk/www' ); // Individual scripts and stylesheets for Doc_Admin $__config['doc']['admin'] = array( 'scripts' => $__config['doc']['default']['scripts'], 'stylesheets' => array('css/typographic.css', 'css/main.css', 'css/admin-layout.css', 'css/superfish-admin.css'), ); //Need change afte starting to live $__config['app']['googleSearchApi'] = '015477514455728791202:86gjwwjmmkw'; // Virtual Sitemap $__config['app']['virtualSitemap'] = array( array( 'pageQuery' => array(array('id' => 1), null, null), // Home 'rightSub' => array( array( 'menuTitle' => 'Manage Slides', 'fullAlias' => 'admin/banners/slide', ), array( 'menuTitle' => 'Add Slide', 'fullAlias' => 'admin/banners/slide?action=new', ), ), ), array( 'pageQuery' => array(array('id' => 31), null, null), // FAQs 'rightSub' => array( array( 'menuTitle' => 'Manage FAQs', 'fullAlias' => 'admin/manage/faq', ), array( 'menuTitle' => 'Add FAQ', 'fullAlias' => 'admin/manage/faq?action=new', ), ), ), array( 'pageQuery' => array(array('id' => 146), null, null), // FAQs 'rightSub' => array( array( 'menuTitle' => 'Manage FAQs', 'fullAlias' => 'admin/manage/faq', ), array( 'menuTitle' => 'Add FAQ', 'fullAlias' => 'admin/manage/faq?action=new', ), ), ), array( 'pageQuery' => array(array('id' => 132), null, null), // FAQs 'rightSub' => array( array( 'menuTitle' => 'Manage FAQs', 'fullAlias' => 'admin/manage/faq', ), array( 'menuTitle' => 'Add FAQ', 'fullAlias' => 'admin/manage/faq?action=new', ), ), ), // array( // 'pageQuery' => array(array('id' => 131), null, null), // Newsletter // 'rightSub' => array( // array( // 'menuTitle' => 'Manage Newsletters', // 'fullAlias' => 'admin/chimes-newsletter', // ), // array( // 'menuTitle' => 'Add Newsletter', // 'fullAlias' => 'admin/chimes-newsletter?action=new', // ), // ), // ), array( 'pageQuery' => array(array('id' => 134), null, null), // Testimonial 'rightSub' => array( array( 'menuTitle' => 'Manage Testimonials', 'fullAlias' => 'admin/manage/testimonials', ), array( 'menuTitle' => 'Add Testimonial', 'fullAlias' => 'admin/manage/testimonials?action=new', ), ), ), array( 'pageQuery' => array(array('id' => 94), null, null), // People 'rightSub' => array( array( 'menuTitle' => 'Manage Foresters', 'fullAlias' => 'admin/manage/people', ), array( 'menuTitle' => 'Add Forester', 'fullAlias' => 'admin/manage/people?action=new', ), ), ), ); return $__config;