Initial commit
This commit is contained in:
15
app/views/email/foot.html
Normal file
15
app/views/email/foot.html
Normal file
@ -0,0 +1,15 @@
|
||||
<td width="37" style="text-align: center; padding: 0 10px 0 10px;">
|
||||
<a href="{ROOT_ADDRESS}fb">
|
||||
<img src="{ROOT_ADDRESS}images/facebook.png" width="37" height="37" alt="Facebook" border="0" style="height: auto;">
|
||||
</a>
|
||||
</td>
|
||||
<td width="37" style="text-align: center; padding: 0 10px 0 10px;">
|
||||
<a href="{ROOT_ADDRESS}">
|
||||
<img src="{ROOT_ADDRESS}images/logoWhite.png" width="37" height="37" alt="{SITENAME}" border="0" style="height: auto;">
|
||||
</a>
|
||||
</td>
|
||||
<td width="37" style="text-align: center; padding: 0 10px 0 10px;">
|
||||
<a href="{ROOT_ADDRESS}twitter">
|
||||
<img src="{ROOT_ADDRESS}images/twitter.png" width="37" height="37" alt="Twitter" border="0" style="height: auto;">
|
||||
</a>
|
||||
</td>
|
Reference in New Issue
Block a user