Comment 2 for bug 1231755

Revision history for this message
Aaron Wells (u-aaronw) wrote :

Another weird thing, is that under the current system, plugin theme directories don't actually contain a "templates" directory like normal theme directories. Instead the templates sit loose in the root level of the plugin theme directory. In other words:

Expected location:
/blocktype/clippy/theme/raw/templates/path/to/template.tpl

Actual location:
/blocktype/clippy/theme/raw/path/to/template.tpl

Static assets on the other hand, are under a "static" directory. Maybe part of my fix should be to regularize plugin theme directories. Or, keep it so they support having the templates loose (so that non-updated plugins will continue to work) but add a theme/templates directory to the search path.