__('Header Menu','beauty_saloon'), 'footer-menu' => __('Footer Menu','beauty_saloon'))); } // admin restore options page add_action('spa_restore_data', 'beautysaloon_restore_data_function', 5 ); function beautysaloon_restore_data_function() { $beauty_saloon_theme_options = beauty_saloon_the_theme_setup(); update_option('beauty_saloon_theme_options',$beauty_saloon_theme_options); } function beauty_saloon_the_theme_setup() /*function declear*/ { $template_uri=get_template_directory_uri(); load_theme_textdomain( 'beauty_saloon', get_template_directory() . '/languages' ); return $beauty_saloon_theme_options=array( //home page setting option 'front_page' => 'yes', 'call_us'=>'9602098638', 'call_us_text'=>'Call us on', 'home_feature'=> $template_uri.'/images/default/home_banner.jpg', 'enable_services' => 'yes', 'service1_title'=>__('beauty service','beauty_saloon'), 'service1_image'=>$template_uri.'/images/default/home_service_thumb.jpg', 'service1_content'=>__('Dummy text is also used to demonstrate the appearance of different typefaces and layouts, and in general the content of dummy text is nonsensical....','beauty_saloon'), 'service2_title'=>__('Massa Service','beauty_saloon'), 'service2_image'=>$template_uri.'/images/default/home_service_thumb.jpg', 'service2_content'=>__('Dummy text is also used to demonstrate the appearance of different typefaces and layouts, and in general the content of dummy text is nonsensical....','beauty_saloon'), 'service3_title'=>__('Facial Service','beauty_saloon'), 'service3_image'=>$template_uri.'/images/default/home_service_thumb.jpg', 'service3_content'=>__('Dummy text is also used to demonstrate the appearance of different typefaces and layouts, and in general the content of dummy text is nonsensical....','beauty_saloon'), 'service4_title'=>__('Other Service','beauty_saloon'), 'service4_image'=>$template_uri.'/images/default/home_service_thumb.jpg', 'service4_content'=>__('Dummy text is also used to demonstrate the appearance of different typefaces and layouts, and in general the content of dummy text is nonsensical....','beauty_saloon'), 'footer_url' => 'http://www.streaktheme.com', 'footer_tagline' => __('© 2013. All Rights Reserved by ','beauty_saloon'), 'footer_designedby' =>__('streaktheme','beauty_saloon'), 'upload_image'=>'', 'height'=>'60', 'width'=>'250', 'upload_image_favicon'=>'', 'beauty_saloon_custom_css'=>'', 'tagline_title'=>__('Services we are offering','beauty_saloon'), 'tagline_contents'=>__('The most well-known dummy text is the Lorem Ipsum, which is said to have originated in the 16th century.','beauty_saloon'), ); } ?>