Current path: home/webdevt/www/schtroumpf.fr/modules/an_about_us/views/templates/front/
?? Go up: /home/webdevt/www/schtroumpf.fr/modules/an_about_us/views/templates
{*
* 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
*}
{if $widget.title !='' OR $widget.text !='' OR $widget.about_image !=''}
<div class="row">
<div class="col-sm-9">
{if $widget.title !=''}
<div class="h2">{$widget.title|escape:'htmlall':'UTF-8'}</div>
{/if}
{$widget.text nofilter}
{if $widget.link !=''}
<div>
<a href="{$widget.link|escape:'htmlall':'UTF-8'}" class="btn btn-primary">{l s='Read more' mod='an_about_us'}</a>
</div>
{/if}
</div>
{if $widget.about_image !=''}
<div class="col-sm-3">
<img src="{$widget.about_image|escape:'htmlall':'UTF-8'}" class="an_about_us-img" width="100%" height="auto" alt="{$widget.title|escape:'htmlall':'UTF-8'}">
</div>
{/if}
</div>
{/if}