Thread: design tips?
View Single Post
Old 04-26-2009, 09:10 PM   #4 (permalink)
Sam Granger
The Acquainted
 
Join Date: Sep 2007
Posts: 126
Thanks: 4
Sam Granger is on a distinguished road
Default

Well, lets say I have index.php - I define some variables (template filename and content) and send that to the class - class handles it from there, if I want to include a header file, I define that in the template class.

In my header I can also define variables the same way I do in the page that includes it does. CSS link is in the header.
Sam Granger is offline  
Reply With Quote