1) return $font_weight[1]; else return '400'; } } function cpotheme_metadata_sidebarposition(){ $core_path = get_template_directory_uri().'/core/'; if(defined('CPOTHEME_CORELITE_URL')) $core_path = CPOTHEME_CORELITE_URL; $cpotheme_data = array( 'right' => $core_path.'/images/admin/sidebar_position_right.gif', 'none' => $core_path.'/images/admin/sidebar_position_none.gif', ); return $cpotheme_data; } if(!function_exists('cpotheme_metadata_layoutstyle')){ function cpotheme_metadata_layoutstyle(){ $data = array( 'fixed' => __('Full Width', 'illustrious'), 'boxed' => __('Boxed', 'illustrious')); return $data; } } function cpotheme_metadata_featured_page(){ $data = array( 'none' => __('None', 'illustrious'), 'slider' => __('In The Slider', 'illustrious'), 'features' => __('In The Featured Boxes', 'illustrious')); return apply_filters('cpotheme_metadata_featured_page', $data); }