1
There's an admin function that everyone has seen and used, but looking at the wording I'm confused:
Quote:
Update module template .html files from themes/your theme/templates directory?
If this option is enabled, module template .html files will be updated automatically if there are newer files under the themes/your theme/templates directory for the current theme. This should be turned off once the site goes public.
That seems to imply that you can create a file in a directory structure something like:
/themes/mytheme/templates/modulename/modulename_index.html
...and have it use that instead of the system default template set. Unfortunately it isn't working so good for me. Any ideas on how this is supposed to work?