|
Ok I think I need some clarification on a few things. I have a bunch of divs setup in my "template" page (the consistent layout of my site, header,footer, navigation, content area.) Do I have to put the header, footer, navigation, and content area into seperate include files? and then call them with php includes within the other pages (Contact page, Testimonials page..etc)? The other thing I'm unsure about is for example my Contact page, do I just put whatever text and images I want on that page directly in it along with the includes for the header, footer, content area, and navigation? Sorry for the confusion, I'm relatively new to php.
|