Fixed typo preventing images being displayed.
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
</div>
|
||||
|
||||
<?php if ($image) { ?>
|
||||
<img class="qimage" src="<?php echo $imagel; ?>" alt="" />
|
||||
<img class="qimage" src="<?php echo $image; ?>" alt="" />
|
||||
<?php } ?>
|
||||
|
||||
<div class="ablock clearfix">
|
||||
|
||||
Reference in New Issue
Block a user