download all files

This commit is contained in:
Roman Pyrih
2025-06-24 14:14:35 +02:00
parent ebed09c00b
commit 4c71b5d9c2
72007 changed files with 10407727 additions and 40029 deletions

View File

@@ -0,0 +1,26 @@
<?php
/**
* 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
*/
header('Expires: Mon, 26 Jul 1997 05:00:00 GMT');
header('Last-Modified: '.gmdate('D, d M Y H:i:s').' GMT');
header('Cache-Control: no-store, no-cache, must-revalidate');
header('Cache-Control: post-check=0, pre-check=0', false);
header('Pragma: no-cache');
header('Location: ../');
exit;

View File

@@ -0,0 +1,107 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>{shop_name} Newsletter</title>
<!--
Don't remove the style tag with the "global-css" id.
If you want to style this particular template, create a new style tag.
-->
<style type="text/css" id="global-css">
body {
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
margin: 0;
padding: 0;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
table.newsletter-pro-content td {
font-size: 13px;
}
a.link,
a.link:link,
a.link:visited {
border: none;
color: #337ed0;
font-size: 12px;
font-weight: bold;
text-align: center;
text-decoration: none;
cursor: pointer;
display: block;
line-height: 22px;
width: 100%;
height: 22px;
}
a img {
border: none; border-style: none;
}
</style>
<style type="text/css">
</style>
</head>
<body><table class="newsletter-pro-container" style="background-color: #ececec; font-family: Arial, sans-serif; width: 100%;">
<tbody>
<tr>
<td>
<table class="newsletter-pro-content" style="margin: 1% auto; width: 600px; background-color: #ffffff;" align="center">
<tbody>
<tr>
<td style="padding: 10px;">
<table style="width: 100%;">
<tbody>
<tr>
<td>
<table style="width: 100%;">
<tbody>
<tr>
<td>{shop_logo}</td>
<td align="right" valign="bottom"><span style="font-size: 10pt; color: #666666; font-family: Arial, Helvetica, sans-serif;">&nbsp;</span></td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td style="border-bottom: solid 1px #FF6702;" align="left" valign="middle" height="27"><span style="font-size: 12pt; color: #666666; font-family: Arial, sans-serif;">A partir d'aujourd'hui :</span></td>
</tr>
<tr>
<td align="center" height="10">&nbsp;</td>
</tr>
<tr>
<td align="center">&nbsp;</td>
</tr>
<tr>
<td align="center">&nbsp;</td>
</tr>
<tr>
<td align="center">&nbsp;</td>
</tr>
<tr>
<td style="border-bottom: solid 1px #FF6702;" align="left" valign="middle" height="27">&nbsp;</td>
</tr>
<tr>
<td align="center">&nbsp;</td>
</tr>
<tr>
<td align="center"><span style="color: #999999;">&nbsp;<span style="color: #707070;">Unsubscribe from our newsletter by clicking</span></span> <span style="color: #0000ff;"><a href="{unsubscribe_link}" target="_blank"><span style="color: #0000ff;">here</span></a></span>.</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table></body>
</html>