Commit d4ab2ac8 authored by Ольга's avatar Ольга

Добавила телефоны

parent 493c0523
......@@ -308,4 +308,8 @@ section.counters + div .h3 {
height: 60px;
background: linear-gradient(to bottom,rgba(255,255,255,0) 0,rgba(255,255,255,.79) 26%,rgba(255,255,255,.8) 27%,#fff 51%,#fff 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0 );
}
footer .info .phone a.phone-dop {
padding-left: 22px;
display: block;
}
\ No newline at end of file
......@@ -33,7 +33,8 @@ $APPLICATION->SetTitle("Контакты");?><div class="row contacts" itemscope
<td align="left" valign="top">
<span class="dark_table">Телефон</span> <br>
<span itemprop="telephone"><?$APPLICATION->IncludeFile(SITE_DIR."include/contacts-site-phone.php", Array(), Array("MODE" => "html", "NAME" => "Phone"));?></span>
</td>
<div itemprop="telephone"><?$APPLICATION->IncludeFile(SITE_DIR."include/contacts-site-phone2.php", Array(), Array("MODE" => "html", "NAME" => "Phone"));?></div>
</td>
</tr>
<tr>
<td align="left" valign="top">
......
+7 (921) 439-75-82
\ No newline at end of file
<a href="tel:+78122093490" rel="nofollow">+7 (812) 209-34-90</a>
\ No newline at end of file
<a href="tel:+78122093490" rel="nofollow" style="margin-top: -3px;">+7 (812) 209-34-90</a>
<a href="tel:+79214397582" rel="nofollow" class="phone-dop" style="margin-top: 5px;">+7 (921) 439-75-82</a>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment