{*$smarty.session._amember_id*}
{if $smarty.session._amember_products}{* Customer have active subscriptions, display it if config allows *}
#_TPL_MEMBER_SUBSCR#
{foreach from=$member_products item=p}
-
{if $p.url gt "" }
{$p.title}
{else}
{$p.title}
{/if}
{foreach from=$p.add_urls item=t key=url}
- {$t}
{/foreach}
{/foreach}
|
{else}{* Customer doesn't have any active subscriptions *}
#_TPL_MEMBER_NO_SUBSCR#
#_TPL_MEMBER_USE| |#
#_TPL_MEMBER_ORDER_SUBSCR#
{/if}
|
{foreach from=$left_member_links item=t key=u}
{$t}
{/foreach}
|
|
#_TPL_MEMBER_USEFUL_LINKS#
#_TPL_MEMBER_ADD_RENEW#
{include file="error.inc.html"}
|
{include file="footer.html"}