Skip to content

Commit a1ba0fa

Browse files
hans2103QuyTon
andauthored
Update modules/mod_banners/tmpl/default.php
Co-authored-by: Quy <[email protected]>
1 parent a587f07 commit a1ba0fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/mod_banners/tmpl/default.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@
4646
'alt' => $alt
4747
];?>
4848
<?php if (!empty($width)) : ?>
49-
<?php $imageAttributes['width'] = $width; ?>
49+
<?php $imageAttribs['width'] = $width; ?>
5050
<?php endif; ?>
5151
<?php if (!empty($height)) : ?>
52-
<?php $imageAttributes['height'] = $height; ?>
52+
<?php $imageAttribs['height'] = $height; ?>
5353
<?php endif; ?>
5454
<?php $image = LayoutHelper::render('joomla.html.image', $imageAttribs); ?>
5555
<?php if ($item->clickurl) : ?>

0 commit comments

Comments
 (0)