View Single Post
  #12  
Old 12-16-2010, 07:39 PM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,201
 

Default Re: Displaying Manufacturer Details

Try this as "" are probably messing up with the second parameter

$smarty->assign("m_url", $manufacturer[0]['url']);

Or you can do this if only url is what you need

$smarty->assign("m_url", func_query_first_cell("SELECT url FROM xcart_manufacturers WHERE manufacturerid = 1"));
__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote