lms
Administrador
- Mensajes
- 7.741
- Puntuación de reacciones
- 2.163
- Puntos
- 2.613
- Sitio web
- xenfacil.com
- Versión de XenForo
- 2.1.x
- Página web
- Web
Reemplaza lo de ayer por
Y me cuentas como lo ves.
Salud2
Insertar CODE, HTML o PHP:
<email_templates>
<template title="xfbg_felicidades_html">
<subject><![CDATA[{xen:phrase xfbg_felicidades_html_title, 'BoardTitle={$xenOptions.boardTitle}'}]]></subject>
<body_text><![CDATA[{xen:phrase xfbg_felicidades_html,
"username={$xfbg_username}",
"subject={$subject}",
"boardTitle={$xfbg_boardTitle}",
"edad={$xfbg.edad}"
}
{xen:phrase xfbg_noEmail_sitio_txt,
"boardTitle={$xfbg_boardTitle}",
"boardURL={$boardURL}"
}]]></body_text>
<body_html><![CDATA[<table cellpadding="0" cellspacing="0" border="0" width="100%" style="margin: 10px 0 20px">
<tr valign="top">
<td style="font-size: 13px; line-height: 1.231; padding-right: 20px">
<div style="
width: 108px;
height: 108px;
background-color: #D7EDFC;
border: 1px solid #D7EDFC;
border-radius: 5px;
margin: 0">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td style="
background-color: #F0F7FC;
padding: 5px;
border-radius: 4px">
<a href="{xen:link canonical:members, $xfbg}" title="{$xfbg.username}"
><img src="{xen:helper avatar, $xfbg, l}" alt="{$xfbg.username}" title="{$xfbg.username}" style="
width: 106px;
height: 106px;
background-color: #FCFCFF;
border: 1px solid #A5CAE4;
padding: 2px;
border-radius: 4px"
/></a>
</td>
</tr>
</table>
<span style="
padding: 3px 5px;
text-align: center;
display: block">{$xfbg.username} </span>
</div>
</td>
<td width="90%" style="font-family: Georgia, 'Times New Roman', Times, serif; font-size: 11pt; line-height: 1.4">
{xen:phrase xfbg_felicidades_html,
"username={$xfbg_username}",
"subject={$subject}",
"boardTitle={$xfbg_boardTitle}",
"edad={$xfbg.edad}"
}
</td>
</tr>
<tr>
<td width="90%" style="font-family: Georgia, 'Times New Roman', Times, serif; font-size: 11pt; line-height: 1.4">
<img src="{$xenOptions.xfbg_image}" alt="{$xfbg.username}" title="{$xfbg.username}" style="
width: 192px;
height: 192px;
background-color: #FCFCFF;
border: 1px solid #A5CAE4;
padding: 2px;
margin-left: 200px;
border-radius: 4px"
/>
<span style="
MARGIN-TOP: -38px;
FONT-WEIGHT: bold;
font-size:20px;
COLOR: #FFFFFF;
padding: 3px 5px;
text-align: center;
display: block">{xen:phrase xfbg_felicidades}
</span>
</td>
</tr>
<tr>
<div style="
width: auto;
color: #FFFFFF;
overflow: auto;
padding: 5px;
background-color: #e61717;
border: 1px solid #e61717;
border-radius: 5px;
margin: 0">
{xen:phrase xfbg_noEmail_sitio,
"boardTitle={$xfbg_boardTitle}",
"boardURL={$boardURL}"
}
</div>
</tr>
</table>]]></body_html>
</template>
</email_templates>
Salud2