60 lines
2.9 KiB
Smarty
60 lines
2.9 KiB
Smarty
{*
|
|
* 2017 Azelab
|
|
*
|
|
* NOTICE OF LICENSE
|
|
*
|
|
* This source file is subject to the Academic Free License (AFL 3.0)
|
|
* that is bundled with this package in the file LICENSE.txt.
|
|
* It is also available through the world-wide-web at this URL:
|
|
* http://opensource.org/licenses/afl-3.0.php
|
|
* If you did not receive a copy of the license and are unable to
|
|
* obtain it through the world-wide-web, please send an email
|
|
* to license@areama.net so we can send you a copy immediately.
|
|
*
|
|
*
|
|
* @author Azelab <support@azelab.com>
|
|
* @copyright 2017 Azelab
|
|
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
|
* International Registered Trademark & Property of Azelab
|
|
*}
|
|
<div class="arcontactus-config-panel" id="arcontactus-about" style="font-size: 15px;">
|
|
<div class="panel">
|
|
<div class="panel-heading">
|
|
<i class="icon-info"></i> {l s='About' mod='arcontactus'}
|
|
</div>
|
|
<div class="form-wrapper text-center">
|
|
<p>
|
|
<a href="https://addons.prestashop.com/en/product.php?id_product=32669" target="_blank">
|
|
<img src="{$path|escape:'htmlall':'UTF-8'}views/img/logo-big.png" alt="Azelab" />
|
|
</a>
|
|
</p>
|
|
<h2>
|
|
{$name|escape:'htmlall':'UTF-8'}
|
|
</h2>
|
|
<p class="text-muted">
|
|
{l s='Version' mod='arcontactus'} {$version|escape:'htmlall':'UTF-8'}
|
|
</p>
|
|
<p>
|
|
{l s='This module displays contact button with customizable menu on every page. So your customers will able to contact you easily.' mod='arcontactus'}
|
|
</p>
|
|
<p>
|
|
{l s='We hope you would find this module useful and would have 1 minute to [1]give us excellent rating[/1], this encourage our support and developers.' mod='arcontactus' tags=['<a href="https://addons.prestashop.com/en/ratings.php" target="_blank">']}
|
|
</p>
|
|
<p class="text-center" style="">
|
|
<a href="https://addons.prestashop.com/en/ratings.php" target="_blank">
|
|
<img src="{$path|escape:'htmlall':'UTF-8'}views/img/5-stars.png" alt="5 stars" />
|
|
</a>
|
|
</p>
|
|
<p>
|
|
{l s='If you have any questions or suggestions about this module, please' mod='arcontactus'} <a href="https://addons.prestashop.com/en/contact-us?id_product=32669" target="_blank">{l s='contact us' mod='arcontactus'}</a>.
|
|
</p>
|
|
<p>
|
|
{l s='Also please checkout our other modules that can help improve your store and increase sales!' mod='arcontactus'}<br/>
|
|
<a target="_blank" href="https://addons.prestashop.com/en/2_community-developer?contributor=213697">{l s='View all our modules' mod='arcontactus'} >>></a>
|
|
</p>
|
|
<div id="areama-modules">
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div> |