Quote:
Originally Posted by Michael Morris
Hello again. Ok, this may seem like a dumb question, but bear with me. I need to know which variable has the styleid of the currently loaded style so I can build conditionals around it. Yes, I know I can have a seperate copy of phpinclude_start for each style, but I don't want that - I want each child style to inherit all templates from the default and the only thing each style would change is the CSS.
|
Then why not just use parrent child templates?
Thats the whole idea, all templates are stored in the master parrent style, then style changes are applied to all the lesser templates.