Maybe one of the devs will would write up a quick summary of what it does and how it to use it. I curious if it will work the same way as Seagull PHP Framework?
Seagull allows a default theme that can be overidden with different themes. So in your other themes, if you don't include header or css stylesheet then it gets those files from the default theme. If you do include a header or css stylesheet in your theme then it will overide what is used in the default theme. It saves you from having to copy every template file to each theme. That way different themes can inherit from the default templates. B2evolution uses a similar approach. Hopefully someone will write something about it in the "Bakery." Here is the reference to the article I'm talking about http://trac.seagullproject.org/wiki/Howto/Templates/WorkingWithTemplates Check out where it talks about Theme Inheritance. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php -~----------~----~----~----~------~----~------~--~---
