Commit f48fb2151c81797ad9d018d0c8375cc957b036ea

Authored by alex
1 parent ca095e8a

Добавил второй телефон в header сайта

Showing 1 changed file with 0 additions and 2 deletions   Show diff stats
frontend/views/layouts/main.php
... ... @@ -114,8 +114,6 @@ _________________________________________________________ -->
114 114 if (!empty( $settings->phone2 )) {
115 115 echo ' ';
116 116 echo Html::a($settings->phone2, "tel: {$settings->phone2}");
117   - } else {
118   - echo "TEST!!!";
119 117 }
120 118 if (!empty($settings->email)) {
121 119 echo \Yii::t('app', ' or ');
... ...