Hi
I want to include a php file (basically my personal header) above the phpbb forum header.
The file where I am inserting the code is "page_header.php" which is located in the includes folder. (file attached in this post).
If I insert the following code:
$root = realpath($_SERVER["DOCUMENT_ROOT"]);
include "$root/top.php";
I get what I want but the font color of all the topics posted in the forum change from black to white (making it unreadable).
How can I rectify this conflict and how is it happening?
Thanks (I am new to php)
page_header.php