Commit 4a7c6a26ede54bf9de64e56d579b15ef5fbe80c6
1 parent
79137940
fix tiles
Showing
1 changed file
with
1 additions
and
1 deletions
 
Show diff stats
frontend/views/site/index.php
| ... | ... | @@ -77,7 +77,7 @@ $coordinates['lon'] = empty($settings->lon) ? 0 : $settings->lon; | 
| 77 | 77 | <div class="col-xs-6 col-sm-6 col-md-3 second-about__col"> | 
| 78 | 78 | <div class="second-about__item"> | 
| 79 | 79 | <a href="<?= $tile->lang->link ?>"> | 
| 80 | - <img src="<?= $tile->image->getImg([]) ?>" alt=""> | |
| 80 | + <?= $tile->image->getImg([]) ?> | |
| 81 | 81 | <span><?= $tile->lang->title ?></span> | 
| 82 | 82 | </a> | 
| 83 | 83 | </div> | ... | ... |