Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
en:vtiger_6.0:dev_docu:structure_archive [2014/01/10 12:52] swarnat |
en:vtiger_6.0:dev_docu:structure_archive [2014/01/11 12:29] (current) swarnat Page moved from en:vtiger_6.0:structure_archive to en:vtiger_6.0:dev_docu:structure_archive |
||
---|---|---|---|
Line 16: | Line 16: | ||
==== Targets ==== | ==== Targets ==== | ||
- | <code> | + | <code php> |
- | 'templates' => "layouts/vlayout/modules/$module", | + | 'templates' => "layouts/vlayout/modules/$module", |
+ | // Cron folder | ||
+ | 'cron' => "cron/modules/$module", | ||
- | // Cron folder | + | // Settings folder |
- | 'cron' => "cron/modules/$module", | + | 'settings/actions' => "modules/Settings/$module/actions", |
+ | 'settings/views' => "modules/Settings/$module/views", | ||
+ | 'settings/models' => "modules/Settings/$module/models", | ||
- | // Settings folder | + | // Settings templates folder |
- | 'settings/actions' => "modules/Settings/$module/actions", | + | 'settings/templates' => "layouts/vlayout/modules/Settings/$module" |
- | 'settings/views' => "modules/Settings/$module/views", | + | |
- | 'settings/models' => "modules/Settings/$module/models", | + | |
- | + | ||
- | // Settings templates folder | + | |
- | 'settings/templates' => "layouts/vlayout/modules/Settings/$module" | + | |
</code> | </code> |