$value) { switch($key) { case 'image_slider': if ( $data['slider_select'] == "flex" ) { flex_slider(); /* Load theme Flex slider function */ }; if ( $data['slider_select'] == "refine") { refine_slide(); /* Load theme Refine slider function */}; break; case 'tagline': tag_line(); /* Load theme tag line function */ break; case 'content_boxes': content_boxes(); /* Load theme content boxes function */ break; case 'latest_work': latest_work(); /* Load theme latest work function */ break; case 'from_blog': from_blog(); /* Load theme from the blog function */ break; case 'key_features': key_features(); /* Load theme key features function */ break; } } endif; ?>