$items = array(); $quicktabs = new stdClass; $quicktabs->disabled = FALSE; /* Edit this to true to make a default quicktabs disabled initially */ $quicktabs->api_version = 1; $quicktabs->machine_name = 'spotlight'; $quicktabs->ajax = 1; $quicktabs->hide_empty_tabs = 0; $quicktabs->default_tab = FALSE; $quicktabs->title = 'Spotlight'; $quicktabs->tabs = array( 0 => array( 'bid' => 'views_delta_spotlight_blocks-block_1', 'hide_title' => 0, 'title' => 'Festival Overview', 'weight' => '-100', 'type' => 'block', ), 1 => array( 'bid' => 'views_delta_spotlight_blocks-block_2', 'hide_title' => 0, 'title' => 'Community Impact', 'weight' => '-99', 'type' => 'block', ), 2 => array( 'bid' => 'views_delta_spotlight_blocks-block_3', 'hide_title' => 0, 'title' => 'Land & Conservation', 'weight' => '-98', 'type' => 'block', ), 3 => array( 'bid' => 'views_delta_spotlight_blocks-block_4', 'hide_title' => 1, 'title' => 'History & Background', 'weight' => '-97', 'type' => 'block', ), ); $quicktabs->style = 'nostyle'; $items["spotlight"] = $quicktabs; return $items;