diff options
Diffstat (limited to 'view/tpl/field.tpl')
-rwxr-xr-x[-rw-r--r--] | view/tpl/field.tpl | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/view/tpl/field.tpl b/view/tpl/field.tpl index 35f5afd39..942cfcef5 100644..100755 --- a/view/tpl/field.tpl +++ b/view/tpl/field.tpl @@ -1,4 +1,3 @@ - - {{ if $field.0==select }} - {{ inc field_select.tpl }}{{ endinc }} - {{ endif }} + {{if $field.0==select}} + {{include file="field_select.tpl"}} + {{/if}} |