View Single Post
  #1 (permalink)  
Old 10-01-09, 08:47 PM
ruteckycs's Avatar
ruteckycs ruteckycs is offline
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.
Reply With Quote