PDA

View Full Version : include one php file in to index.php


mathu300
03-17-2006, 08:32 PM
hello how to include one php file in to index.php


because i was edit templates/index.tpl
like this but its not showing .....
-------------------------------------------------
<?php include('inc/test.php'); ?>
----------------------------------------------------

any idea pls wich file i have to edit to include test.php file...

pls
thx

boccio
03-19-2006, 10:17 AM
You can normally use include() in php files, not in .tpl files.

I, Brian
04-27-2006, 08:28 AM
Are there any potential mods that would allow this? Again, it would make phpwordpress much more flexible if we were able to call up php include files in the templates, not least for advertising purposes.