Commit cd68a3a370e18c5d4781ae638829699454ce8d14

Authored by alex
1 parent bee35dc9

Mail fix 5

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
frontend/views/layouts/main.php
... ... @@ -542,8 +542,8 @@
542 542 <div class="col-xs-9 col-sm-2">
543 543 <ul class="footer-menu">
544 544 <li><a href="<?= Url::to(['blog/index']) ?>"><?= \Yii::t('app', 'Блог') ?></a></li>
545   - <li><a href="<?= Url::to(['site/about']) ?>"><?= \Yii::t('app', 'About us') ?></a></li>
546   - <li><a href="<?= Url::to([ 'site/contact' ]); ?>"><?= \Yii::t('app', 'Contacts'); ?></a></li>
  545 +
  546 + <li><a href="<?= Url::to([ 'site/contact' ]); ?>"><?= \Yii::t('app', 'Contacts'); ?></a></li>
547 547 <li><a href="/vtoroe-mnenie" class="new"><span><?= \Yii::t('app', 'Second thing'); ?></span></a></li>
548 548 <li><a href="<?= ( isset($aliases[ '{"0":"site/questions"}' ]) ) ? Url::to(
549 549 [ 'alias' => $aliases[ '{"0":"site/questions"}' ] ]
... ...