View Single Post
  #1  
Old 03-15-2004, 01:25 PM
  domspe's Avatar 
domspe domspe is offline
 

Advanced Member
  
Join Date: Mar 2004
Location: Sarasota, FL
Posts: 79
 

Default subcategories.tpl mod works, breaks webmaster mode?

Hello, i modified customer/main/subcategories.tpl to take out a whole lot of stuff i don't need. i made it read:

Quote:
{include file="customer/main/products.tpl" products=$products}
{if $products eq "" and $tmp eq "0"}
{$lng.txt_no_products_in_cat}
{/if}
{/capture}
{include file="dialog.tpl" title=$current_category.category_name|regex_replac e:"/.*\//":"" content=$smarty.capture.dialog extra="width=100%"}
{if $products eq ""}
{if $f_products ne ""}



{include file="customer/main/featured.tpl"}
{/if}
{/if}
{ include file="customer/main/navigation.tpl" }

works 100% with the store, however, when i got into webmaster mode, everything displays horribly. white background, no CSS, tables broken up.

any ideas, comments, or suggestions? did i remove something that webmaster mode needs??

Thank you!!!!!!!
__________________
~jaime*
shop.mpartworks.com
~~~~~~~~~~~~~~
xcart pro 3.5.5
heavily modified
freeBSD 4.8
php 4.3.3
Reply With Quote