954,585 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Include php file in tpl

hi,

Is there a way to include a php file in .tpl file.

basically i have a menu (javascript,html and css based) that i want to include in the .tpl file.

thanks

sam1
Posting Whiz
300 posts since Nov 2004
Reputation Points: 10
Solved Threads: 1
 
pritaeas
Posting Expert
Moderator
5,484 posts since Jul 2006
Reputation Points: 653
Solved Threads: 875
 

{php}
// including a php script directly
// from the template.
include("/path/to/display_weather.php");
{/php}

Khusyal
Newbie Poster
1 post since Nov 2009
Reputation Points: 10
Solved Threads: 0
 

hi,

Is there a way to include a php file in .tpl file.

basically i have a menu (javascript,html and css based) that i want to include in the .tpl file.

thanks


you could add the following to .htaccess -

AddType application/x-httpd-php .tpl

As this will tell php to parse all .tpl files. Then you can include as much php code in those files as you want to.

muralikalpana
Posting Pro
540 posts since Sep 2009
Reputation Points: 21
Solved Threads: 36
 

@muralikalpana:
Actually, that will work if the file is called directly. In the case of Smarty however, this file is opened and parsed, so that won't work.

pritaeas
Posting Expert
Moderator
5,484 posts since Jul 2006
Reputation Points: 653
Solved Threads: 875
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You