View Single Post
  #1  
Old 03-08-2005, 11:29 AM
 
Jeremy.Freeman Jeremy.Freeman is offline
 

Advanced Member
  
Join Date: Mar 2005
Posts: 79
 

Default Inserting some PHP Code.. Which file?

I need to reference a variable, that the variable is set dynamically by some php code.. to exaggerate on the matter...

I need to set "$isie" based upon a php if statement, and then echo $isie within the smarty template.

I realize to reference a php set variable in smarty, its {$isie}.. but which file should i put this PHP code in to be parsed before head.tpl? Thanks!
__________________
Jeremy Freeman
EZWatch Store
X-Cart v4.1.5
Reply With Quote