First commit
This commit is contained in:
commit
664842d309
57 changed files with 49647 additions and 0 deletions
7
templates/email/content_contact.phtml
Normal file
7
templates/email/content_contact.phtml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
<h1>FORMULARIO DE CONTACTO</h1>
|
||||
<p>Nombre: ${nombre}</p>
|
||||
<p>E-mail: ${email}</p>
|
||||
<p>Asunto: ${asunto}</p>
|
||||
<p>Texto:
|
||||
<br /><br />
|
||||
${texto}</p>
|
||||
18
templates/email/email.phtml
Normal file
18
templates/email/email.phtml
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
<html>
|
||||
<body>
|
||||
<table style="border:solid #cdcdcd;border-width:1px" align="center" width="90%">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td style="background-color:#008ce5;padding:15px" width="500px">
|
||||
<img src="${logo_url}" style="border: solid #000 1px;" />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="background-color:#fbfbfb;padding:15px">
|
||||
${text|n}
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue