Commit f0b605d93e6dfb43617689865d1ce75396e7e326

Authored by Volodymyr
1 parent 633b5cd5

delete office

Showing 1 changed file with 1 additions and 3 deletions   Show diff stats
frontend/views/layouts/main.php
... ... @@ -789,9 +789,7 @@
789 789 </p>
790 790 <p>
791 791 <span itemprop="streetAddress"><?=\Yii::t('app', $settings->street)?>,
792   - <?=\Yii::t('app', $settings->house)?>,
793   - <?=\Yii::t('app', 'office')?>
794   - <?=\Yii::t('app', $settings->office)?>
  792 + <?=\Yii::t('app', $settings->house)?>
795 793 </span>
796 794 </p>
797 795 <div class="footer-phone">
... ...