Welcome to '.wp_get_theme().' WordPress theme!
iMag Mag 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.All other parts of the theme including, but not limited to the CSS code, images, and design are licensed for free personal usage.
- You are allowed to use the theme on multiple installations, and to edit the template for your personal/client use.
- You are NOT allowed to edit the theme or change its form with the intention to resell or redistribute it.
- You are NOT allowed to use the theme as a part of a template repository for any paid CMS service.
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();
}