View Single Post
  #2  
Old 04-25-2012, 11:05 AM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,201
 

Default Re: sitemap.php customization

$select[] = "$sql_tbl[products].product AS name"; // keep the line
$select[] = "$sql_tbl[products].descr AS description"; // add this

then in the template refer to it as $item.decsription
__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote