move smarty3 templates in "tpl/" folder, add util/precompile_smarty.php utility, add precompiled templates
10 lines
184 B
Smarty
Executable File
10 lines
184 B
Smarty
Executable File
{{*
|
|
* AUTOMATICALLY GENERATED TEMPLATE
|
|
* DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
|
|
*
|
|
*}}
|
|
{{foreach $threads as $item}}
|
|
{{include file="{{$item.template}}"}}
|
|
{{/foreach}}
|
|
|