|
|
Administrator
|
Posts: 1223
Join Date: Mar 2005
|
Integration is easy.
1. Every page that the board produces is built-up from html templates.
2. Every page starts with the template mainheader.htm and ends the mainfooter.htm located in the /skin/ directory
Basically, put your design in mainheader.htm (put extra navigation, open tables etc.), and then in mainfooter.htm close all tables, put html that should appear on the bottom. Look at the page source made by the forum and you will see the names of the templates in the source.
|