We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a587f07 commit a1ba0faCopy full SHA for a1ba0fa
modules/mod_banners/tmpl/default.php
@@ -46,10 +46,10 @@
46
'alt' => $alt
47
];?>
48
<?php if (!empty($width)) : ?>
49
- <?php $imageAttributes['width'] = $width; ?>
+ <?php $imageAttribs['width'] = $width; ?>
50
<?php endif; ?>
51
<?php if (!empty($height)) : ?>
52
- <?php $imageAttributes['height'] = $height; ?>
+ <?php $imageAttribs['height'] = $height; ?>
53
54
<?php $image = LayoutHelper::render('joomla.html.image', $imageAttribs); ?>
55
<?php if ($item->clickurl) : ?>
0 commit comments