12 lines
287 B
Smarty
12 lines
287 B
Smarty
{*
|
|
* @Module Name: Leo Slideshow
|
|
* @Website: leotheme.com.com - prestashop template provider
|
|
* @author Leotheme <leotheme@gmail.com>
|
|
* @copyright Leotheme
|
|
*}
|
|
|
|
{if isset($gstatus) || isset($status)}
|
|
<a href="{$status_link}" title="{$title}"><img src="{$img_link}" alt="" /></a>
|
|
{/if}
|
|
|