View Single Post
  #1  
Old 07-09-2003, 10:48 PM
 
breakerjump breakerjump is offline
 

Newbie
  
Join Date: Jul 2003
Location: Texas
Posts: 6
 

Default Adding PHP tags into a template

I know php pretty well, though I am completely new to smarty. I seem to be have problems just doing something as simple as adding a file call into templates (ie: <?php require("path/to/blah.php"); ?>). Is the smarty engine parsing the php incorrectly? It seems as though that the php tag is not functioning as a script, but just as plain text. When I view source on the page that includes this php tag, it shows up as plain text in the source, but is not apparent on the web page itself.
Reply With Quote