
August 3rd, 2005, 09:59 AM
|
|
|
|
Join Date: Apr 2007
Posts: 1
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
Integrating phpBB into portal with include
Hi
I have build some php template for portal with header, footer, config, lefbox and rightbox. I have tryed with include integrating phpBB forum:
<?
include("header.php");
include("config.php");
?>
/.../
<?
include("footer.php");
?>
I manage to integrate YabbSE forum with above code with no problem into my template design, but with phpBB forum i god no luck. Can you help me, please, where to include code and how?
Sorry for my bad english
|