Topic: Site integration
I have read the FAQ (3,3) about site integration, but I can not get my homepage to work.
My homepage is coded like this:
It has only one index file (index.php)
Every time a user cliks on a link a new page is inclueded in the midle of the design.
I use links like this: <A class=<?echo $forum_tab;?> href="<?=$PHP_SELF;?>?side=forum"> Forum </A>
And somewhere in the design I include the new "content-page" with this code:
<? include($side.".php"); ?>
Therefore I do not have a top and a footer... but only alot of "content-pages".
What can I do?