$class = '';
if(isset($_GET['debug'])):
$class = 'debug';
endif;
?>
Перейти к содержанию
global $arr_month;
//delete_option('top_bar_date');
$new_date = get_option('top_bar_date');
$new_date_timestamp = '';
if($new_date) $new_date_timestamp = strtotime($new_date);
//$theme_path = get_stylesheet_directory_uri();
$theme_path = '/blog/wp-content/themes/reboot_child';
?>