File "f09c26297f085606d406a2c16d49ae932b93bda2_0.file.email-lista-spesa.tmpl.php"

Full Path: /srv/www/www.cadoro.it/src/templates_c/f09c26297f085606d406a2c16d49ae932b93bda2_0.file.email-lista-spesa.tmpl.php
File size: 4.31 KB
MIME-type: text/x-php
Charset: utf-8

<?php
/* Smarty version 3.1.29, created on 2024-02-22 16:30:37
  from "/srv/www/www.cadoro.it/src/templates/email-lista-spesa.tmpl" */

if ($_smarty_tpl->smarty->ext->_validateCompiled->decodeProperties($_smarty_tpl, array (
  'has_nocache_code' => false,
  'version' => '3.1.29',
  'unifunc' => 'content_65d7689d6161a1_34361886',
  'file_dependency' => 
  array (
    'f09c26297f085606d406a2c16d49ae932b93bda2' => 
    array (
      0 => '/srv/www/www.cadoro.it/src/templates/email-lista-spesa.tmpl',
      1 => 1708527642,
      2 => 'file',
    ),
  ),
  'includes' => 
  array (
  ),
),false)) {
function content_65d7689d6161a1_34361886 ($_smarty_tpl) {
?>
<!DOCTYPE html>
<html lang="it">

<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">

    <title>CADORO Supermercati</title>
	
    <style>
	body {text-align:center; font-family:Arial, Helvetica, sans-serif}
	a {color:#e10f21!important; text-decoration:none}
	a:link {color:#e10f21!important; text-decoration:none}
	a:visited {color:#e10f21!important; text-decoration:none}
	a:hover {color:#e10f21!important; text-decoration:none}
	a:active {color:#e10f21!important; text-decoration:none}
	p {padding:0; margin:0; color:#000000;}
    </style>
    
</head>
<body style="text-align:center;">
<table style="max-width:650px; width:100%; margin:0 auto; padding:0; background-color:#FFFFFF" border="0" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
    <tr style="margin:0; padding:0;">
        <td valign="bottom" align="left">
        <a href="<?php echo $_smarty_tpl->tpl_vars['base_url']->value;?>
"><img src="<?php echo $_smarty_tpl->tpl_vars['base_url']->value;?>
/images/mail-logo.jpg" border=0 alt="CADORO"></a>
        <div style="float:right; text-align:right; margin-top:40px">
        <a href="<?php echo $_smarty_tpl->tpl_vars['base_url']->value;?>
/punti-vendita" target="_blank"><img src="<?php echo $_smarty_tpl->tpl_vars['base_url']->value;?>
/images/mail-puntivendita.jpg" border=0 alt="Punti vendita"></a>
        <a href="<?php echo $_smarty_tpl->tpl_vars['base_url']->value;?>
/cardoro" target="_blank"><img src="<?php echo $_smarty_tpl->tpl_vars['base_url']->value;?>
/images/mail-cardoro.jpg" border=0 alt="Card'Oro"></a>
        <a href="<?php echo $_smarty_tpl->tpl_vars['base_url']->value;?>
/magazine" target="_blank"><img src="<?php echo $_smarty_tpl->tpl_vars['base_url']->value;?>
/images/mail-magazine.jpg" border=0 alt="Magazine"></a>
        <a href="<?php echo $_smarty_tpl->tpl_vars['base_url']->value;?>
/news" target="_blank"><img src="<?php echo $_smarty_tpl->tpl_vars['base_url']->value;?>
/images/mail-news.jpg" border=0 alt="News"></a>
        </div>
        <div style="border-top:1px solid #e10f21; width:100%; clear:both"></div>
        </td>
    </tr>
    
    <tr style="margin:0; padding:0;" align="left">
        <td><div style="margin:20px; font-size:16px; text-align:left">

Ciao <?php echo $_smarty_tpl->tpl_vars['principal']->value['firstname'];?>
,<br>
<br>
di seguito la tua lista della spesa compilata sul sito CADORO:<br>
<br>
<?php
$_from = $_smarty_tpl->tpl_vars['items']->value;
if (!is_array($_from) && !is_object($_from)) {
settype($_from, 'array');
}
$__foreach_item_0_saved_item = isset($_smarty_tpl->tpl_vars['item']) ? $_smarty_tpl->tpl_vars['item'] : false;
$_smarty_tpl->tpl_vars['item'] = new Smarty_Variable();
$_smarty_tpl->tpl_vars['item']->_loop = false;
foreach ($_from as $_smarty_tpl->tpl_vars['item']->value) {
$_smarty_tpl->tpl_vars['item']->_loop = true;
$__foreach_item_0_saved_local_item = $_smarty_tpl->tpl_vars['item'];
echo $_smarty_tpl->tpl_vars['item']->value['title'];?>
<br>
<?php
$_smarty_tpl->tpl_vars['item'] = $__foreach_item_0_saved_local_item;
}
if ($__foreach_item_0_saved_item) {
$_smarty_tpl->tpl_vars['item'] = $__foreach_item_0_saved_item;
}
?>
<br>
Cordiali saluti,<br>
il team di CADORO
        </div>
        </td>
    </tr>
    
    <tr style="margin:0; padding:0;">
        <td><div style="border-top:1px solid #e10f21; border-bottom:1px solid #e10f21; padding:12px 0; font-size:12px; width:100%">
            <strong>Parfina s.r.l.</strong> con unico socio<br>
            via Abbate 65 - 30020 Quarto d'Altino (VE) - Italia<br>
            P.IVA 03604050272
            </div>
        </td>
    </tr>
</table>
</body>
</html>
<?php }
}