update
This commit is contained in:
33
modules/smartsupp/views/templates/admin/includes/clients.tpl
Normal file
33
modules/smartsupp/views/templates/admin/includes/clients.tpl
Normal file
@@ -0,0 +1,33 @@
|
||||
<?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>
|
||||
Reference in New Issue
Block a user