Thread
:
PHP include in a phpBB template
View Single Post
#
1
(
permalink
)
10-01-09, 08:47 PM
ruteckycs
Coding Addict
Join Date: Jul 2009
Posts: 377
Thanks: 6
Thanked 10 Times in 10 Posts
PHP include in a phpBB template
I would like to include another file in the overall_header section of a phpBB style / template.
I tried the following:
As I would in a normal php script:
PHP Code:
<?php
include(
'top.php'
);
?>
and with out the php tags
include('top.php');
neither method will work.
Please advise.
__________________
This post was created with 100% recycled electrons.
ruteckycs
View Public Profile
Visit ruteckycs's homepage!
Find all posts by ruteckycs