?? GreyFile — Mystic File Browser

Current path: home/webdevt/www/schtroumpf.fr/themes/stomp/modules/an_homeproducts/banners/



?? Go up: /home/webdevt/www/schtroumpf.fr/themes/stomp/modules/an_homeproducts

?? Viewing: default.tpl

{*
* 2022 Anvanto
*
* NOTICE OF LICENSE
*
* This file is not open source! Each license that you purchased is only available for 1 wesite only.
* If you want to use this file on more websites (or projects), you need to purchase additional licenses.
* You are not allowed to redistribute, resell, lease, license, sub-license or offer our resources to any third party.
*
*  @author Anvanto <anvantoco@gmail.com>
*  @copyright  2022 Anvanto
*  @license    Valid for 1 website (or project) for each purchase of license
*  International Registered Trademark & Property of Anvanto
*}


<div class="an_homeproducts-banner an_homeproducts-banner-default {if $banner.imgUrlFile != ''}an_homeproducts-banner-overlay{else}an_homeproducts-banner-noimg{/if} col-sm-{$banner.col|intval}">
    {if $banner.imgUrlFile !=''}
        <img src="{$banner.imgUrlFile}"/>
    {/if}
    {if $banner.link !=''}
        <a href="{$banner.link|escape:'htmlall':'UTF-8'}" class="an_homeproducts-banner-link"></a>
    {/if}
    <div class="an_homeproducts-banner-content">
        <p class="an_homeproducts-banner-title h2 {if $banner.text != ''}an_homeproducts-banner-title-margin{/if}">{$banner.title|escape:'htmlall':'UTF-8'}</p>
        {$banner.text nofilter}
        {if $banner.link !=''}
            <span class="an_homeproducts-banner-textlink">
                {l s='Learn more' mod='an_homeproducts'}
            </span>
        {/if}
    </div>
</div>


??

??