We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ccf958 commit b158dcaCopy full SHA for b158dca
1 file changed
desktop/php/script.php
@@ -48,7 +48,7 @@
48
foreach ($eqLogics as $eqLogic) {
49
$opacity = ($eqLogic->getIsEnable()) ? '' : 'disableCard';
50
echo '<div class="eqLogicDisplayCard cursor ' . $opacity . '" data-eqLogic_id="' . $eqLogic->getId() . '">';
51
- echo '<img src="' . $plugin->getPathImgIcon() . '">';
+ echo '<img src="' . $eqLogic->getImage() . '"/>';
52
echo '<br>';
53
echo '<span class="name">' . $eqLogic->getHumanName(true, true) . '</span>';
54
echo '<span class="hiddenAsCard displayTableRight hidden">';
0 commit comments