2015-02-17, 03:07:08
So I suppose you're using I18N Search to call the component.
It may be something like this (not tested)
It may be something like this (not tested)
Code:
<?php if (!empty($item->specialimg)) { ?><div class="entry-thumb">
<a href="<?php echo htmlspecialchars($item->link); ?>"><?php echo $item->outputImage('specialimg', $item->title, 492, 492); ?></a>
</div><?php } ?>