Hi trooper,
Thanks for your help.
I tried the relative path and that did not seem to work. I tell you what I'm trying to do.
Basically I have a customised forum (phpB😎 where my site pages are linked to the board, so when theme changes the site theme changes too. I then decided to get a news system (fusion news). This is lcoated at:
root/news/news.php
my forum is at:
root/index.php
my file where the include path is written is in the forum, in the template directory:
root/templates/hpiforum_blue/site_index.php
...this file is just a template file full of html and one php command (the include command) which is for the main file located at:
root/site_index.php
I can get the news to work if I put it straight into the main php file, but I cannot get it to fit in any tables because all that information is in the root/templates/hpiforum_blue/site_index.php
That probaly made NO sense, but I am completey stumped. 🙁
Thanks for your help so far. 🙂