get_template_directory_uri() . '/epanel/images/empty.png', 'et_saving_text' => esc_html__( 'Saving...', $themename ), 'et_options_saved_text' => esc_html__( 'Options Saved.', $themename ), 'epanel_nonce' => wp_create_nonce('epanel_nonce') )); wp_enqueue_script('epanel_colorpicker',$epanel_jsfolder . '/colorpicker.js'); wp_enqueue_script('epanel_eye',$epanel_jsfolder . '/eye.js'); } } /* --------------------------------------------- */ /* Adds additional ePanel css */ if ( ! function_exists( 'et_epanel_css_admin' ) ){ function et_epanel_css_admin() { ?>

' . esc_html( $themename ) . ' ' . esc_html__( 'settings saved.', $themename ) . '

'; } if ( isset($_GET['reset']) ) { if ( $_GET['reset'] ) echo '

' . esc_html( $themename ) . ' ' . esc_html__( 'settings reset.', $themename ) . '

'; } ?>

description

array( 'href' => array(), 'title' => array(), 'target' => array() ) ) ); ?>

value="" />
name ); } else { $et_checkboxes_value = ( 'pages' == $value['usefor'] ) ? get_pagename( $option ) : get_categname( $option ); } } ?>

/>

'); ?>

/>


description

array( 'href' => array(), 'title' => array(), 'target' => array() ) ) ); ?>

/>
  • no
    Are you sure you want to do this?', $themename ); ?>
    no
    loading
    __( 'Choose an Image', $themename ), ) ); } function et_epanel_media_upload_styles() { wp_enqueue_style('thickbox'); } global $pagenow; if ( 'themes.php' == $pagenow && isset( $_GET['page'] ) && ( $_GET['page'] == basename(__FILE__) ) ) { add_action('admin_print_scripts', 'et_epanel_media_upload_scripts'); add_action('admin_print_styles', 'et_epanel_media_upload_styles'); } ?>