From c8fbb9d2e5c22f34af163e7fbf395b081d22a444 Mon Sep 17 00:00:00 2001 From: dozer111 Date: Wed, 20 Jun 2018 15:44:54 +0300 Subject: [PATCH] микроразметка --- frontend/views/layouts/main.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/views/layouts/main.php b/frontend/views/layouts/main.php index efc376e..443bfa8 100755 --- a/frontend/views/layouts/main.php +++ b/frontend/views/layouts/main.php @@ -157,7 +157,7 @@ $this->registerMetaTag( <?=Html::encode($seo->title)?> -
+
head() ?> @@ -651,7 +651,7 @@ $this->registerMetaTag( ]; if(isset($phones[0])) { - $layoutMicrodata['contactPoint']['telephone']=$phones[0]; + $layoutMicrodata['contactPoint']['telephone'] = "+38" . $phones[0]; } -- libgit2 0.21.4