Your IP : 216.73.216.162


Current Path : /home/x/b/o/xbodynamge/namtation/wp-content/
Upload File :
Current File : /home/x/b/o/xbodynamge/namtation/wp-content/custom_widgets.php.tar

home/xbodynamge/lebauwcentre/wp-content/themes/integral/inc/widgets/custom_widgets.php000064400000001722151145021600025466 0ustar00<?php
	get_template_part('inc/widgets/feature_widget');
	get_template_part('inc/widgets/service_widget');
	get_template_part('inc/widgets/testimonials_widget');
	get_template_part('inc/widgets/our_clients_widget');
	get_template_part('inc/widgets/our_team_widget');
	get_template_part('inc/widgets/projects_single_widget');
	add_action( 'admin_enqueue_scripts', 'integral_wcp_upload_script' );
	add_action( 'wp_head', 'integral_wcp_image_styles' );
	/*
	*	Script for Media uploader
	 */
	function integral_wcp_upload_script($hook){
	    if ( 'widgets.php' != $hook ) {
	        return;
	    }
	    wp_enqueue_media();
	    wp_enqueue_script('wcp_uploader', get_template_directory_uri(). '/js/admin.js', array('jquery') );
	    wp_enqueue_script('jquery-ui-datepicker');
	    wp_enqueue_script('jquery-ui-core');
	}
	function integral_wcp_image_styles(){
		wp_register_style( 'wcp-caption-styles', get_template_directory_uri() .'/css/widgets.css' );
	}
?>