- added to FunctionBase: bool register_default_models (default true)
if true then winix will add default models for ezc templates such as "request", "item", etc. - some methods from templates/item.cpp moved to Item
This commit is contained in:
@@ -353,9 +353,9 @@ namespace TemplatesFunctions
|
||||
void item_date_creation_nice(Info & i);
|
||||
void item_date_modification_nice(Info & i);
|
||||
void item_dates_equal(Info & i);
|
||||
void item_run(Info & i);
|
||||
void item_guest_name(Info & i);
|
||||
void item_html_template(Info & i);
|
||||
//void item_run(Info & i);
|
||||
//void item_guest_name(Info & i);
|
||||
//void item_html_template(Info & i);
|
||||
void item_has_html_template(Info & i);
|
||||
//void item_type_is_dir(Info & i);
|
||||
//void item_type_is_file(Info & i);
|
||||
|
Reference in New Issue
Block a user