View Single Post
  #6  
Old 05-04-2006, 05:10 AM
  wjbrewer's Avatar 
wjbrewer wjbrewer is offline
Banned
 

X-Adept
  
Join Date: Feb 2005
Location: Pittsburgh, PA
Posts: 504
 

Default

Quote:
{if $categories ne "" and ($active_modules.Fancy_Categories ne "" or $config.General.root_categories eq "Y" or $subcategories ne "&quot}
{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.
Reply With Quote