| Current Path : /home/x/b/o/xbodynamge/namtation/wp-content/ |
| 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.php 0000644 00000001722 15114502160 0025466 0 ustar 00 <?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' );
}
?>