20 lines
952 B
HTML
20 lines
952 B
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<title>Message de {shop_name}</title>
|
|
</head>
|
|
|
|
<body style="font-family: Arial, Helvetica, sans-serif;font-size: 12px;color: #222;">
|
|
<div style="width: 650px;">
|
|
<a href="{shop_url}"><img src="{shop_logo}" alt="{shop_name}" title="{shop_name}" border="0" /></a><br /><br />
|
|
|
|
Hi,<br /><br />
|
|
|
|
You've just subscribe to our newsletter, please confirm your request by clicking the link below:<br />
|
|
<a href="{verif_url}">{verif_url}</a>
|
|
|
|
<div style="margin-top: 10px;padding-top: 5px;border-top: 1px solid #666;text-align: center;font-size: 11px;"><a href="{shop_url}">{shop_name}</a> réalisé par <a href="http://www.prestashop.com">PrestaShop</a>™</div>
|
|
</div>
|
|
</body>
|
|
</html> |