Skip to content

Commit

Permalink
Add new features
Browse files Browse the repository at this point in the history
  • Loading branch information
milan-navigate committed May 18, 2022
1 parent f2193f0 commit b522966
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion view/frontend/templates/slider/slider.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ if ($slidercount > 0) {
} else {
$imageUrl=$slider->getMobileimagename();
}
$block->escapeHtml($mediaUrl.$imageUrl); ?>">
echo $block->escapeHtml($mediaUrl.$imageUrl); ?>">
<img src="<?php
$imageUrl='';
if (strlen($slider->getMobileimagename())==0) {
Expand Down

0 comments on commit b522966

Please sign in to comment.