View Single Post
  #6  
Old 01-04-2011, 10:08 AM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,201
 

Default Re: Add variable to homepage

$products = func_query("SELECT * FROM $sql_tbl[products] ORDER BY field ASC");
$smarty->assign("new_products", $products);
__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote