[PHP] About wrapping a forum into your own design.

2006-03-28 Thread twistednetadmin
I am making a page with css for styling and php for browsing and dynamic content. I use a simple switch statement to get the main content of each page into the same div tag like this: div id=main?php switch(@$_GET['maintext']) { default; echo Welcome to the official website of

Re: [PHP] About wrapping a forum into your own design.

2006-03-28 Thread Anthony Ettinger
you should be able to edit the forum template instead... On 3/28/06, twistednetadmin [EMAIL PROTECTED] wrote: I am making a page with css for styling and php for browsing and dynamic content. I use a simple switch statement to get the main content of each page into the same div tag like