Got ya...this will do the trick:
Code:
{if login ne ""}<table class="membertable" width="x" height="x" cellpadding="0" cellspacing="0"><tr><td>
{if $active_modules.Wishlist ne "" and
$wlid ne ""}
{$lng.lbl_friends_wish_list}
{/if} {if $login ne ""} {if $active_modules.Wishlist
ne ""}
{$lng.lbl_wish_list}
{if $active_modules.Gift_Registry ne ""}
{$lng.lbl_gift_registry}
{/if} {/if} {if $anonymous_login eq ""}
{$lng.lbl_modify_profile}
{$lng.lbl_delete_profile}
{/if}
{$lng.lbl_orders_history}
{if $user_subscription ne ""} {include
file="modules/Subscriptions/subscriptions_menu.tpl"}
{/if} {if $active_modules.RMA ne "" &&
$login ne ''} {include file="modules/RMA/customer_menu.tpl"}
{/if} {if $active_modules.Special_Offers
ne "" && $login ne ''} {include file="modules/Special_Offers/menu_cart.tpl"}
{/if} {/if} </td></tr></table>{/if}