<?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

Budowa domów od podstaw

Szybko i sprawnie dostarczymy Twoje materiały budowlane na terenie województwa lubelskiego! Oferujemy najwyższą jakość produktów i profesjonalne doradztwo. Przyjdź do nas z projektem, a powiemy Ci ile materiału potrzebujesz, aby zbudować swój dom. Zawsze staramy się zaproponować najlepsze ceny!

Rbud Materiały budowlane Łęczna Lublin Lubartów. Budowa domów

R-BUD
21-013 Turowola
TEL. 537 363 777

email: kontakt@r-bud.pl

Godziny otwarcia:
Poniedziałek-Piątek: 8-16

R-Bud Radosław Chęczkiewicz, 21-010 Łęczna ul. Przemysłowa 21 | NIP: 714-17-23-655 REGON: 60593105

Wyślij zapytanie bezpośrednio ze strony

    </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>