Files
lulandia.pl/modules/smartsupp/views/templates/admin/includes/clients.tpl
2025-04-01 00:38:54 +02:00

33 lines
1.2 KiB
Smarty

<?php
/**
* NOTICE OF LICENSE
*
* Smartsupp live chat - official plugin. Smartsupp is free live chat with visitor recording.
* The plugin enables you to create a free account or sign in with existing one. Pre-integrated
* customer info with WooCommerce (you will see names and emails of signed in webshop visitors).
* Optional API for advanced chat box modifications.
*
* You must not modify, adapt or create derivative works of this source code
*
* @author Smartsupp
* @copyright 2021 Smartsupp.com
* @license GPL-2.0+
**/
?>
<section class="clients">
<div class="clients__container">
<div class="clients__pretitle">
{l s='POPULAR CHAT SOLUTION OF EUROPEAN WEBSHOPS AND WEBSITES' mod='smartsupp'}
</div>
<h2 class="clients__title">
{l s='Join the 469 000 companies and freelancers relying on Smartsupp' mod='smartsupp'}
</h2>
<div class="clients__logos">
<img src="{$module_dir|escape:'html':'UTF-8'}views/img/insportline.png" />
<img src="{$module_dir|escape:'html':'UTF-8'}views/img/redfox.png" />
<img src="{$module_dir|escape:'html':'UTF-8'}views/img/motorgarten.png" />
<img src="{$module_dir|escape:'html':'UTF-8'}views/img/travelking.png" />
</div>
</div>
</section>