Topic: Adding a header and a footer to punBB
- I'll have to add a header (title logo, a bar with a menu, 766px centered auto margin, code already written)
- And a footer (some site infos and links, 766px centered auto margin, code already written) tu punBB forum
Those header/footer will always stay visble whenever section of the fofums user will be browsing.
In fact, i'm looking to add a command like this somewhere to the forum code :
<?php include("http://www.url_site.com/inc/header.php"); ?>
<punBB FORUM CODE HERE>
<?php include("http://www.url_site.com/inc/footer.php"); ?>
Where (which files and where into these files) and how should I add this?