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.