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