>
options_homepage as $value ) {
if(isset($value['var_name'])){
$$value['var_name'] = $value['std'];
}
}
foreach ($best_magazine_color_control_page->options_colorcontrol as $value) {
$$value['var_name'] = $value['std'];
}
foreach ($best_magazine_general_settings_page->options_generalsettings as $value) {
if ( isset($value['var_name']) ) { $$value['var_name'] = $value['std']; }
} ?>
update_layout_editor(); // set layout stles for customized layuting
$best_magazine_typography_page->print_fornt_end_style_typography(); // fonts styles for customized fonts
$best_magazine_color_control_page->update_color_control(); //printing admin color styles
$best_magazine_general_settings_page->favicon_img(); // favicon function print favicon html located front_end/front_end_functions.php
wp_head(); // wordpress standart scripts meta and ather..
?>
>