Welcome to '.wp_get_theme().' WordPress theme!

BresponZive Mag is a Free WordPress theme that has come with Magazine/blog style layout. It is an easy-to-customize and fully featured WordPress Theme. It has 2 columns, unlimited homepage Widgetized sections. Theme has come with WP Nav menus, Widgetized sidebars and Popular Widgets. Theme is built on advanced solid framework which includes lots of advanced features and functions.

Theme License

The PHP code of the theme is licensed under the GPL license as is WordPress itself. You can read it here: http://codex.wordpress.org/GPL

For Theme Support and any other Instructions Visit themepacific.com

WordPress theme designed by ThemePacific.com.

'; } /** * Build Options page * * @since 1.0.0 */ function optionsframework_options_page(){ global $options_machine; /* //for debugging $data = get_option(OPTIONS); print_r($data); */ include_once( ADMIN_PATH . 'front-end/options.php' ); } /** * Create Options page * * @uses wp_enqueue_style() * * @since 1.0.0 */ function of_style_only(){ wp_enqueue_style('admin-style', ADMIN_DIR . 'assets/css/admin-style.css'); wp_enqueue_style('color-picker', ADMIN_DIR . 'assets/css/colorpicker.css'); } /** * Create Options page * * @uses add_action() * @uses wp_enqueue_script() * * @since 1.0.0 */ function of_load_only() { add_action('admin_head', 'of_admin_head'); wp_enqueue_script('jquery-ui-core'); wp_enqueue_script('jquery-ui-sortable'); wp_enqueue_script('jquery-input-mask', ADMIN_DIR .'assets/js/jquery.maskedinput-1.2.2.js', array( 'jquery' )); wp_enqueue_script('tipsy', ADMIN_DIR .'assets/js/jquery.tipsy.js', array( 'jquery' )); wp_enqueue_script('color-picker', ADMIN_DIR .'assets/js/colorpicker.js', array('jquery')); wp_enqueue_script('ajaxupload', ADMIN_DIR .'assets/js/ajaxupload.js', array('jquery')); wp_enqueue_script('cookie', ADMIN_DIR . 'assets/js/cookie.js', 'jquery'); wp_enqueue_script('smof', ADMIN_DIR .'assets/js/smof.js', array( 'jquery' )); } /** * Front end inline jquery scripts * * @since 1.0.0 */ function of_admin_head() { ?> Defaults); die('1'); //options reset } die(); }