Skip to content

Instantly share code, notes, and snippets.

@overkill22
Created April 13, 2016 03:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save overkill22/ba31fdfc99bbf81e17616994c7c682a3 to your computer and use it in GitHub Desktop.
Save overkill22/ba31fdfc99bbf81e17616994c7c682a3 to your computer and use it in GitHub Desktop.
Header Template
{if ! $background_color}{set var="$background_color" value="$styles.header.background"}{/if}
<table class="wysija_header" width="100%" cellspacing="0" cellpadding="0" border="0" align="center">
<tr>
<td class="wysija_header_container"{if #image} height="1" align="{#image.alignment}" style="font-size:1px;line-height:1%;mso-line-height-rule:exactly;"{/if}>
{if #image.url}<a class="wysija_image_link" href="{#image.url}" style="height:{#image.height}px;width:{#image.width}px;">{/if}
<img class="image_fix" width="{#image.width}" height="{#image.height}" src="{#image.src}" border="0" alt="{#image.alt|url_decode|htmlentities}" style="width:{#image.width}px; height:{#image.height}px;" />{if #image.url}</a>{/if}
</td>
</tr>
</table>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment