Your IP : 18.222.218.28
<?
require($_SERVER["DOCUMENT_ROOT"]."/bitrix/header.php");
$APPLICATION->SetTitle("Контакты");
?><!--contacts--> <article class="contacts">
<div class="page-title globe-colored-bg">
<!--breadcrumbs--> <?$APPLICATION->IncludeComponent(
"bitrix:breadcrumb",
"",
Array(
"PATH" => "",
"SITE_ID" => "s1",
"START_FROM" => "0"
)
);?> <!-- end of breadcrumbs-->
<div class="title">
<div class="inner">
<h1><?$APPLICATION->ShowTitle();?></h1>
</div>
</div>
</div>
<div class="page-content">
<div class="inner">
<section class="contacts-column">
<table cellpadding="50" cellspacing="10">
<tbody>
<tr>
<td>
<br>
<table border="1" cellpadding="1" cellspacing="1">
<tbody>
<tr>
<td>
<div class="contacts-image">
<img src="/about/contacts/images/contact_hall.jpg" align="left">
</div>
<br> <br>
</td>
<td>
</td>
</tr>
</tbody>
</table>
<br>
</td>
</tr>
</tbody>
</table>
</section> <section class="contacts-column">
<?$APPLICATION->IncludeComponent(
"bitrix:main.include",
"",
Array(
"AREA_FILE_SHOW" => "file",
"PATH" => SITE_DIR."include/contacts_col1.php"
)
);?> </section>
<!--section class="contacts-column">
<?$APPLICATION->IncludeComponent(
"bitrix:main.include",
"",
array(
"AREA_FILE_SHOW" => "file",
"PATH" => SITE_DIR."include/contacts_col2.php"
),
false
);?>
</section-->
</div>
</div>
</article><?require($_SERVER["DOCUMENT_ROOT"]."/bitrix/footer.php");?>