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!!!!!!!
