Commit 99514985eb6b2b06e44678fe80973b513df3506c

Authored by Volodymyr
1 parent f1ec0a0b

Add object types

Showing 1 changed file with 3 additions and 3 deletions   Show diff stats
frontend/views/site/index.php
... ... @@ -116,7 +116,7 @@
116 116 <div class="index-solution__item">
117 117 <a href="#" class="index-solution__item_img">
118 118 <!--540x240-->
119   - <img src="/img/new-index/solution/solution-5.jpg" alt="">
  119 + <?= $object->image->getImg([]) ?>
120 120 </a>
121 121 <div class="index-solution__item_text">
122 122 <a href="#"><?=$object->lang->object_name ?></a>
... ... @@ -230,14 +230,14 @@
230 230 <div class="index-solution__item">
231 231 <a href="#" class="index-solution__item_img">
232 232 <!--540x240-->
233   - <img src="/img/new-index/solution/solution-5.jpg" alt="">
  233 + <?= $object->image->getImg([]) ?>
234 234 </a>
235 235 <div class="index-solution__item_text">
236 236 <a href="#"><?=$object->lang->object_name ?></a>
237 237 <table>
238 238 <tr>
239 239 <td>5,0 кВт</td>
240   - <td> Номінальна потужність мережевого інвертора</td>
  240 + <td>Номінальна потужність мережевого інвертора</td>
241 241 </tr>
242 242 <tr>
243 243 <td>7,4 кВт</td>
... ...