File: /home/artinside/www/lhh/shared/views/email/cadastro.php
<?php $v->layout("_notifications", ["title" => "Cadastro realizado com sucesso"]); ?>
<table class="row" align="center" bgcolor="#F4F4F4" cellpadding="0" cellspacing="0">
<tr>
<td class="spacer" height="80" style="line-height: 80px;"> </td>
</tr>
<tr valign="top" style="vertical-align: top;">
<th class="column mobile-12" width="520" style="padding: 0 90px; color: #232323; font-weight: 400;">
<div style="font-size: 28px; font-weight: 700; line-height: 30px; margin-bottom: 30px;">Seja bem-vindo(a) a Pouramis <?= $first_name; ?>.</div>
<div style="color: #666666; font-size: 18px; margin-bottom: 45px;">Muito obrigado por se cadastrar em nossa loja, visite-nos e aproveite as melhores peças do mercado</div>
<table align="center" bgcolor="<?= CONF_SITE_COLOR ?>" cellpadding="0" cellspacing="0" style="margin: 0 auto;">
<tr>
<th style="padding: 30px !important;">
<a title='Voltar' style="color: #FFFFFF !important;" href='<?= CONF_URL_BASE ?>'>CLIQUE AQUI PARA VOLTAR AO SITE</a>
</th>
</tr>
</table>
</th>
</tr>
<tr>
<td class="spacer" height="80" style="line-height: 80px;"> </td>
</tr>
</table>