Topic: including Punbb in a personal layout...
Hello, nice forum you have there!
I'm trying to get Punbb running on my website, and here is my little problem :
The website is designed in PHP.
the file header.php (built with several includes) displays the banner and the menu
the file footer.php (also built with includes) displays... the footer...
between them, I include dynamically the selected page by using an include, too. So, the included file has no tags like <HTML>, <HEAD> or so, because all this is located in header.php.
The problem is that I would like to include punbb/index.php in this "system", but it simply doesn't appear because it relies on the template main.tpl.
So the question is : how should I have to edit main.tpl to include Punbb in my layout? I believe I should make it look like my header.php file... but where do I need to put the main.tpl arguments?
(if it's not clear, I'll try to post more detailed explanations...)
thanks for replying and keep u the good work!