Commit 0de3bf71042d6b090f1cf4aa8e1b4bde050fad0a
Merge remote-tracking branch 'origin/master'
Showing
3 changed files
with
21 additions
and
21 deletions
Show diff stats
frontend/views/layouts/main.php
... | ... | @@ -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 | 243 | <?= LanguageWidget::widget() ?> |
244 | 244 | ... | ... |
frontend/views/site/index.php
... | ... | @@ -13,7 +13,7 @@ |
13 | 13 | ?> |
14 | 14 | |
15 | 15 | <?php if (!empty($slides)){?> |
16 | -<section style="margin-bottom: 0" class="hidden-xs hidden-sm"> | |
16 | +<section style="margin-bottom: 0" class=""> | |
17 | 17 | <!-- *** HOMEPAGE CAROUSEL *** |
18 | 18 | _________________________________________________________ --> |
19 | 19 | ... | ... |
frontend/web/css/custom.css