Initial commit

This commit is contained in:
Joey Kimsey
2024-08-04 21:15:59 -04:00
parent c9d1fb983f
commit 0d469501ee
695 changed files with 70184 additions and 71 deletions

15
app/views/email/foot.html Normal file
View 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>