From 5a16c1a0d6e082cfb962c1e28f59055b3e3bd496 Mon Sep 17 00:00:00 2001 From: PrestaEdit Date: Sun, 5 Jul 2015 19:38:15 +0200 Subject: [PATCH] [-] Delete mailalerts-extra.php It's no a PHP file, it's a tpl. And it's unused. --- mailalerts-extra.php | 119 ------------------------------------------- 1 file changed, 119 deletions(-) delete mode 100644 mailalerts-extra.php diff --git a/mailalerts-extra.php b/mailalerts-extra.php deleted file mode 100644 index f52487f..0000000 --- a/mailalerts-extra.php +++ /dev/null @@ -1,119 +0,0 @@ -{* -* 2007-2015 PrestaShop -* -* 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@prestashop.com so we can send you a copy immediately. -* -* DISCLAIMER -* -* Do not edit or add to this file if you wish to upgrade PrestaShop to newer -* versions in the future. If you wish to customize PrestaShop for your -* needs please refer to http://www.prestashop.com for more information. -* -* @author PrestaShop SA -* @copyright 2007-2015 PrestaShop SA -* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) -* International Registered Trademark & Property of PrestaShop SA -*} - - - -{if !$isCustomerMailAlert AND $isLogged} -
  • - {l s='Add this product to my favorites' mod='mailalerts'} -
  • -{/if} -{if $isCustomerMailAlert AND $isLogged} -
  • - {l s='Remove this product from my favorites' mod='mailalerts'} -
  • -{/if} - -
  • - {l s='Remove this product from my favorites' mod='mailalerts'} -
  • -
  • - {l s='Add this product to my favorites' mod='mailalerts'} -
  • \ No newline at end of file