View Single Post
  #3  
Old 03-06-2011, 09:36 AM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,201
 

Default Re: Commenting Out Weight (easy question)

This is smarty code not html (well it does have html code as well). Use

{* code here *}

to comment out. If you use html comments the code will not be executed but will show in the html source code
__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote