Commit 71bd24307a3945e9ce0a7d2b7d4487089d3bf7f8
Merge branch 'master' of gitlab.artweb.com.ua:steska/clinica
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
frontend/views/layouts/main.php
... | ... | @@ -339,8 +339,8 @@ |
339 | 339 | <div class="col-xs-9 col-sm-2"> |
340 | 340 | <ul class="footer-menu"> |
341 | 341 | <li><a href="<?=Url::to(['site/about'])?>"><?=\Yii::t('app','About us')?></a></li> |
342 | - <li><a href="#" class="new"><span><?=\Yii::t('app','Contacts');?></span></a></li> | |
343 | - <li><a href="<?=Url::to(['site/questions'])?>"><?=\Yii::t('app','Second thing');?></a></li> | |
342 | + <li><a href="#" ><?=\Yii::t('app','Contacts');?></a></li> | |
343 | + <li><a href="<?=Url::to(['site/questions'])?>" class="new"><span><?=\Yii::t('app','Second thing');?></span></a></li> | |
344 | 344 | <li><a href="<?=Url::to(['site/comments'])?>"><?=\Yii::t('app','Quest/Answer');?></a></li> |
345 | 345 | <li><a href="<?=Url::to(['site/comments'])?>"><?=\Yii::t('app','Callbacks');?></a></li> |
346 | 346 | </ul> | ... | ... |