mirror of
https://github.com/VTECRM/vtenext.git
synced 2026-02-26 16:18:47 +00:00
7 lines
243 B
Plaintext
7 lines
243 B
Plaintext
Create directory with <MODULENAME> and save your module specific smarty template files.
|
|
|
|
In your Module php files you can refer to these templates files as
|
|
|
|
$smarty->display(vtlib_getModuleTemplate('<MODULENAME>', '<TEMPLATEFILENAME>.tpl'));
|
|
|