View Single Post
  #1  
Old 12-28-2005, 01:26 PM
 
webmonster webmonster is offline
 

Advanced Member
  
Join Date: Nov 2005
Posts: 35
 

Default Table in customer area

I have moved my Customer menu to appear in a different place.

How would I include this info in a table that is only visible when a customer logs in? Everything works fine, I would like to put it in a table with a different bg color to beautify it.

EXAMPLE:
Before Mod
Http://www.spookyplanet.com/defaULT1.jpg


After Mod
Http://www.spookyplanet.com/defaULT2.jpg

Code:
{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}
__________________
4.1.x
Reply With Quote