Changes between Version 29 and Version 30 of DeveloperGuidelinesNewModule
- Timestamp:
- 02/18/10 09:00:39 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelinesNewModule
v29 v30 90 90 91 91 === Views === 92 Add HTML templates for any custom functions: {{{/views/ module/function.html}}}92 Add HTML templates for any custom functions: {{{/views/<MODULE NAME>/<FUNCTION NAME>.html}}} 93 93 94 94 NB Only {{{index.html}}} is required to start with since the RESTful controller normally re-uses standard views.[[BR]] … … 96 96 97 97 DeveloperGuidelines 98 DeveloperGuidelines