30 lines
678 B
Smarty
30 lines
678 B
Smarty
{*
|
|
* Since 2013 Ovidiu Cimpean
|
|
*
|
|
* Ovidiu Cimpean - Newsletter Pro © All rights reserved.
|
|
*
|
|
* DISCLAIMER
|
|
*
|
|
* Do not edit, modify or copy this file.
|
|
* If you wish to customize it, contact us at addons4prestashop@gmail.com.
|
|
*
|
|
* @author Ovidiu Cimpean <addons4prestashop@gmail.com>
|
|
* @copyright Since 2013 Ovidiu Cimpean
|
|
* @license Do not edit, modify or copy this file
|
|
* @version Release: 4
|
|
*}
|
|
|
|
|
|
{extends 'customer/page.tpl'}
|
|
|
|
{block name='page_title'}
|
|
{l s='Subscribe at our newsletter' mod='newsletterpro'}
|
|
{/block}
|
|
|
|
{block name='page_content'}
|
|
<div class="pqnp-popup-subscription-container">
|
|
<div class="pqnp-subscription-controller-content"></div>
|
|
</div>
|
|
{/block}
|
|
|