View Single Post
  #8  
Old 12-29-2005, 02:44 PM
 
balinor balinor is offline
 

Veteran
  
Join Date: Oct 2003
Location: Connecticut, USA
Posts: 30,253
 

Default

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}
__________________
Padraic Ryan
Ryan Design Studio
Professional E-Commerce Development
Reply With Quote