View Single Post
  #2  
Old 09-02-2011, 04:39 AM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,201
 

Default Re: Adding Tabs to Home and Subcategory Pages

The $f_products array is most likely empty all the time. This array is populated only when featured_products.php is called and $f_products is actually the array name assigned to smarty. The code as you have it in the php will never work as expected unless you call before that another script or function to populate that array
__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote