summaryrefslogtreecommitdiff
path: root/templates/mail_edition.tpl
blob: 5955267c4445d0027d417377a257efdad89f14cc (plain)
1
2
3
4
5
6
7
8
9
10
11
{strip}
	{if $gBitSystem->isFeatureActive( 'bidirectional_text' )}<div dir="rtl">{/if}

	{include file="bitpackage:newsletters/mail_edition_header.tpl"}

	{include file="bitpackage:newsletters/mail_edition_body.tpl"}

	{include file="bitpackage:newsletters/mail_edition_footer.tpl"}

	{if $gBitSystem->isFeatureActive( 'bidirectional_text' )}</div>{/if}
{/strip}