Commit 0de3bf71042d6b090f1cf4aa8e1b4bde050fad0a

Authored by alex
2 parents 24af1c1a 802e54ea

Merge remote-tracking branch 'origin/master'

frontend/views/layouts/main.php
@@ -220,25 +220,25 @@ _________________________________________________________ --> @@ -220,25 +220,25 @@ _________________________________________________________ -->
220 ); 220 );
221 } 221 }
222 ?> 222 ?>
223 - <?php  
224 - if (!empty($settings->email)) {  
225 - echo Html::a(  
226 - Html::icon(  
227 - 'envelope',  
228 - [  
229 - 'prefix' => 'fa fa-',  
230 - ]  
231 - ),  
232 - "mailto:$settings->email",  
233 - [  
234 - 'class' => 'email',  
235 - 'data' => [  
236 - 'animate-hover' => 'pulse',  
237 - ],  
238 - ]  
239 - );  
240 - }  
241 - ?> 223 +<!-- --><?php
  224 +// if (!empty($settings->email)) {
  225 +// echo Html::a(
  226 +// Html::icon(
  227 +// 'envelope',
  228 +// [
  229 +// 'prefix' => 'fa fa-',
  230 +// ]
  231 +// ),
  232 +// "mailto:$settings->email",
  233 +// [
  234 +// 'class' => 'email',
  235 +// 'data' => [
  236 +// 'animate-hover' => 'pulse',
  237 +// ],
  238 +// ]
  239 +// );
  240 +// }
  241 +// ?>
242 242
243 <?= LanguageWidget::widget() ?> 243 <?= LanguageWidget::widget() ?>
244 244
frontend/views/site/index.php
@@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@
13 ?> 13 ?>
14 14
15 <?php if (!empty($slides)){?> 15 <?php if (!empty($slides)){?>
16 -<section style="margin-bottom: 0" class="hidden-xs hidden-sm"> 16 +<section style="margin-bottom: 0" class="">
17 <!-- *** HOMEPAGE CAROUSEL *** 17 <!-- *** HOMEPAGE CAROUSEL ***
18 _________________________________________________________ --> 18 _________________________________________________________ -->
19 19
frontend/web/css/custom.css
@@ -149,7 +149,7 @@ ul.list-style-none{ @@ -149,7 +149,7 @@ ul.list-style-none{
149 } 149 }
150 150
151 .langs a.active { 151 .langs a.active {
152 - color: #5cbfa9 !important; 152 + color: #2f5a89 !important;
153 font-weight: bold; 153 font-weight: bold;
154 cursor: default; 154 cursor: default;
155 text-decoration: none; 155 text-decoration: none;