Commit e1ec2c2f0a5af9f1fccb6fc02eeceee3e915e366

Authored by Alexey Boroda
2 parents f157ff04 cc5326a6

Merge branch 'master' of gitlab.artweb.com.ua:Alexey/kristal-estet

Showing 1 changed file with 0 additions and 1 deletions   Show diff stats
frontend/views/layouts/main.php
@@ -308,7 +308,6 @@ _________________________________________________________ --> @@ -308,7 +308,6 @@ _________________________________________________________ -->
308 <?php $lang = explode("-",\Yii::$app->language);?> 308 <?php $lang = explode("-",\Yii::$app->language);?>
309 <div class="langs"> 309 <div class="langs">
310 <a<?php if($lang['0'] == 'en') echo ' class="active"'; else echo ' href="/en"';?>>en</a> 310 <a<?php if($lang['0'] == 'en') echo ' class="active"'; else echo ' href="/en"';?>>en</a>
311 - <a<?php if($lang['0'] == 'ru') echo ' class="active"'; else echo ' href="/ru"';?>>ru</a>  
312 <a<?php if($lang['0'] == 'ua') echo ' class="active"'; else echo ' href="/ua"';?>>ua</a> 311 <a<?php if($lang['0'] == 'ua') echo ' class="active"'; else echo ' href="/ua"';?>>ua</a>
313 </div> 312 </div>
314 </div> 313 </div>