Yeah, I've checked the documentation and I found the chapter on
themes....
probably I havent explained myself very well...
I know I can now do themes, but it seems to mee it is a bit dis-
organized (as opposed on plugins - all plugin code is in one
place) ...
right now If I wanted a theme with some custom views and javascripts
and stylesheets I would need to put views in
/app/views/themed/mytheme1/news/index.ctp
/app/webroot//themed/mytheme1/css/custom.css
/app/webroot//themed/mytheme1/js/custom.js

I would prefer to put this in
/app/themes/mytheme1/views/news/index.ctp
/app/themes/mytheme1/webroot/css/custom.css
/app/themes/mytheme1/webroot/js/custom.jss

so all themes' files would be in one directory
+ some custom controllers in
/app/themes/mytheme1/controllers
+models
/app/themes/mytheme1/models
+config maybe
/app/themes/mytheme1/config/

etc


but maybe theese are noth themes but templates?




--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" 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?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to