I'd like to organize my Drupal themes like this:
[themeDir]/templates/[contentType]/node.tpl.php
[themeDir]/templates/[contentType]/page.tpl.php
[themeDir]/templates/[contentType]/html.tpl.php
You'll note that the template files are using the default names, not prefaced with the content type names. This way I can drop a folder into my theme, containing a set of templates I'd like to use for that content-type.
I've tried most of the methods of adding template suggestions in various template.php process functions, but can't seem to sort out the proper way to do this. Can it even be done?
I'd love some feedback. How slick would it be if Drupal 7 themes could be developed like this? Is it even possible?
Thanks in advance. Cheers!