View Single Post
  #6  
Old 06-04-2007, 12:49 PM
 
inebriate inebriate is offline
 

eXpert
  
Join Date: May 2006
Posts: 301
 

Default Re: using php include in tpl

why are you referring to a url? (assuming the php resides on your own server)
it will cause a dns lookup slowing down the load time

just do an " include 'menu.php'; "

you may need to add "../" before the menu.php since you are calling it from a template, but i dont remember exactly
__________________
x-cart pro 4.0.18
linux
www.fabric8d.com (currently undergoing construction)
Reply With Quote