// Now, Subject for reply_msg.html is translated // Now use sprintf() in subject mails
12 lines
815 B
HTML
12 lines
815 B
HTML
<!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>Message de {shop_name}</title>
|
|
</head>
|
|
<body>
|
|
<div style="width: 650px;"><a href="{shop_url}"><img title="{shop_name}" src="{shop_logo}" alt="{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> |