diff options
Diffstat (limited to 'templates/install_bit_settings.tpl')
| -rw-r--r-- | templates/install_bit_settings.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/install_bit_settings.tpl b/templates/install_bit_settings.tpl index d01b802..af338d0 100644 --- a/templates/install_bit_settings.tpl +++ b/templates/install_bit_settings.tpl @@ -36,7 +36,7 @@ {forminput} <select name="bit_index" id="bit_index"> <option value="my_home"{if $bit_index eq 'my_home'} selected="selected"{/if}>{tr}My home{/tr}</option> - {if $role_model } + {if $smarty.const.ROLE_MODEL} <option value="role_home"{if $bit_index eq 'role_home'} selected="selected"{/if}>{tr}Role home{/tr}</option> {else} <option value="group_home"{if $bit_index eq 'group_home'} selected="selected"{/if}>{tr}Group home{/tr}</option> |
