Skip to content

Commit b158dca

Browse files
authored
Update script.php
1 parent 6ccf958 commit b158dca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

desktop/php/script.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
foreach ($eqLogics as $eqLogic) {
4949
$opacity = ($eqLogic->getIsEnable()) ? '' : 'disableCard';
5050
echo '<div class="eqLogicDisplayCard cursor ' . $opacity . '" data-eqLogic_id="' . $eqLogic->getId() . '">';
51-
echo '<img src="' . $plugin->getPathImgIcon() . '">';
51+
echo '<img src="' . $eqLogic->getImage() . '"/>';
5252
echo '<br>';
5353
echo '<span class="name">' . $eqLogic->getHumanName(true, true) . '</span>';
5454
echo '<span class="hiddenAsCard displayTableRight hidden">';

0 commit comments

Comments
 (0)