<?php global $wp_locale;
if (isset($wp_locale)) {
$wp_locale->text_direction = 'ltr';
} ?>
<!DOCTYPE html>
<html <?php language_attributes(); ?>>
<head>
<meta charset="<?php bloginfo('charset') ?>" />
<meta name="viewport" content="initial-scale = 1.0, maximum-scale = 1.0, user-scalable = no, width = device-width" />
<!--[if lt IE 9]><script src="<?php get_template_directory_uri() ?>/html5.js"></script><![endif]-->
<link rel="stylesheet" href="<?php bloginfo('stylesheet_url') ?>" media="screen" />
<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
<?php
remove_action('wp_head', 'wp_generator');
if (is_singular() && get_option('thread_comments')) {
wp_enqueue_script('comment-reply');
}
wp_head();
?>
</head>
<body <?php body_class(); ?>>
<div id="art-main">
<!-- <div style="background:red; position; fixed; width:100%; margin: 0 auto; padding-top:4px; padding-bottom:4px; color:#fff; font-weight:bold; text-align:center; font-size:20px;">
<p>
W dniach 16-23 lipca - skład budowlany nieczynny z powodu urlopu
</p>
</div>
-->
<?php if(theme_has_layout_part("header")) : ?>
<header class="art-header<?php echo (theme_get_option('theme_header_clickable') ? ' clickable' : ''); ?>"><?php get_sidebar('header'); ?></header>
<?php endif; ?>
<?php if (theme_get_option('theme_use_default_menu')) { wp_nav_menu( array('theme_location' => 'primary-menu') );} else { ?><nav class="art-nav">
<?php
echo theme_get_menu(array(
'source' => theme_get_option('theme_menu_source'),
'depth' => theme_get_option('theme_menu_depth'),
'menu' => 'primary-menu',
'class' => 'art-hmenu'
)
);
get_sidebar('nav');
?>
</nav><?php } ?>
<div class="art-sheet clearfix">
<div class="art-layout-wrapper">
<div class="art-content-layout">
<div class="art-content-layout-row">
<?php get_sidebar(); ?>
<div class="art-layout-cell art-content">
R-Bud Materiały Budowlane » Materiały budowlane
</div>
</div>
</div>
</div><footer class="art-footer"><?php get_sidebar('footer'); ?></footer>
</div>
</div>
<div id="wp-footer">
<?php wp_footer(); ?>
<!-- <?php printf(__('%d queries. %s seconds.', THEME_NS), get_num_queries(), timer_stop(0, 3)); ?> -->
</div>
</body>
</html>