HEX
Server: Apache
System: Linux srv13.cpanelhost.cl 3.10.0-962.3.2.lve1.5.38.el7.x86_64 #1 SMP Thu Jun 18 05:28:41 EDT 2020 x86_64
User: cca63905 (4205)
PHP: 7.3.20
Disabled: NONE
Upload Files
File: //proc/self/root/proc/self/cwd/nueva/modules/smartsupp/views/templates/admin/includes/features.tpl
<?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="features">
	<div class="features__container">
		<div class="features__item">
			<span class="features__header">
				{l s='MULTICHANNEL' mod='smartsupp'}
			</span>
			<img src="{$module_dir|escape:'html':'UTF-8'}views/img/multichannel.png" />
			<h2 class="features__item-title">
				{l s='Respond to customer\'s chats and emails from one place' mod='smartsupp'}
			</h2>
		</div>
		<div class="features__item">
			<span class="features__header">
				{l s='CHAT BOT' mod='smartsupp'}
			</span>
			<img src="{$module_dir|escape:'html':'UTF-8'}views/img/chatbot.png" />
			<h2 class="features__item-title">
				{l s='Engage your visitors with automated chat bot' mod='smartsupp'}
			</h2>
		</div>
		<div class="features__item">
			<span class="features__header">
				{l s='MOBILE APP' mod='smartsupp'}
			</span>
			<img src="{$module_dir|escape:'html':'UTF-8'}views/img/mobile.png" />
			<h2 class="features__item-title">
				{l s='Chat with customers on the go with app for iOS & Android' mod='smartsupp'}
			</h2>
		</div>
	</div>
	<div class="features__all">
		<a href="https://smartsupp.com" target="_blank" class="btn btn--link btn--arrow">
			{l s='Explore All Features on our website' mod='smartsupp'}
		</a>
	</div>
</section>