Quote:
Originally Posted by tonmo
To clarify - I have dozens of static php pages that I created long before I implemented vBulletin. The page format is this:
HEADER
..
UNIQUE ARTICLE CONTENT
..
FOOTER
The HEADER and FOOTER are separate included files (i.e., header.php and footer.php); they are common across all article pages. I am wondering if there is any common vb4 code I can put into the header and footer files in order to wrap all of these articles into the vbulletin look and feel. I'm running 4.1.1.
Does that help explain what I'm trying to do?
|
Yes, that explains it better. I would guess you would want to assign the contents of those files to a variable and then spit them out into the template. I know I've seen the code posted around here to do that, but don't know it off the top of my head. (I think it's even posted in this thread somewhere.)