View Single Post
  #2  
Old 02-10-2009, 08:51 AM
 
exsecror exsecror is offline
 

X-Wizard
  
Join Date: Apr 2007
Posts: 1,284
 

Default Re: Pulling value from multi-dimensional array

In Smarty:

{$array.index.makeid} e.g. {$array.0.makeid} would pull the makeid out of $array[0]
Reply With Quote