summaryrefslogtreecommitdiff
path: root/templates/mail_edition_footer.tpl
blob: 0bc63d2e27e618492f72ebdd5a3f18e09d143112 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19

		<div class="subscriptioninfo">
		{include file="bitpackage:newsletters/unsubscribe_inc.tpl"}
		{if $url_code}
			<img src="{$smarty.const.NEWSLETTERS_PKG_URI}track.php?sub={$url_code}" alt="" />
		{/if}
		</div>


		{if $gBitSystem->isFeatureActive( 'site_bot_bar' )}
			<div id="footer">
				{include file="bitpackage:kernel/bot_bar.tpl"}
			</div>
		{/if}

	</div>


{include file="bitpackage:kernel/footer.tpl"}