Commit 4055ab1de0ec619662062d34dea442c566cc37c4
1 parent
9d868fb6
Поменял логику работы виджета Parthenr 3
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
frontend/widgets/views/_parthnerList.php
... | ... | @@ -26,7 +26,7 @@ use yii\helpers\Url; |
26 | 26 | |
27 | 27 | |
28 | 28 | <li class="item"> |
29 | - <a target="_blank" href="<?= $parthner->link; ?>"><img src="<?= $file; ?>" alt="" class="img-responsive"></a> | |
29 | + <a target="_blank" href="<?= $parthner->link; ?>"><img src="<?= $file; ?>" alt=""></a> | |
30 | 30 | </li> |
31 | 31 | <?php endforeach;?> |
32 | 32 | </ul> |
33 | 33 | \ No newline at end of file | ... | ... |