Quote:
{if $categories ne "" and ($active_modules.Fancy_Categories ne "" or $config.General.root_categories eq "Y" or $subcategories ne "" }
{include file="customer/categories.tpl" }
{/if}
|
Instead of " you have the html ", you need to change these to regular quotations. I assume this happened because you were using a WYSIWYG editor.
Also, the smarty compiler is pretty good about telling you where and what you errors are. If you see the error message, you should try to go to that line in the tpl, and you will probably find the error.