View Single Post
  #1  
Old 06-01-2005, 07:10 PM
 
gargonzo gargonzo is offline
 

Senior Member
  
Join Date: Nov 2004
Posts: 171
 

Default include a php file in tpl (smarty)

hi folks.. using a php page i can include anything i want..
I want to include a php file into the smarty template: header.tpl

normally i'd do <?php include(path); ?>

I tried that inside the header.tpl and got a blank image..err no image.

how can i include this php file in the header?
garz


//////////////
xcart 4.xx
linux/php
Reply With Quote