get( 'TextDomain' ); if ( ! defined( 'NS_THEME_NAME' ) ) define ('NS_THEME_NAME', ucfirst($ns_theme)); if ( ! defined( 'NS_THEME_NAME_LOWER' ) ) define ('NS_THEME_NAME_LOWER', $ns_theme); /* *** include the option themes *** */ ns_inc_theme_option_setup('/theme-option-setup/ns_add_menu_page.php'); /* *** include file save option ajax function *** */ ns_inc_theme_option_setup('/theme-option-setup/ns_save_option_ajax.php'); /* *** include the option themes *** */ ns_inc_theme_option_setup('/theme-option-setup/ns_theme_options_variables.php'); /* *** include the option css *** */ ns_inc_theme_option_setup('/theme-option-setup/ns_theme_option_enqueue_style.php'); /* *** include the option js *** */ ns_inc_theme_option_setup('/theme-option-setup/ns_theme_option_enqueue_script.php'); ?>