summaryrefslogtreecommitdiff
path: root/templates/admin_features.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/admin_features.tpl')
-rwxr-xr-xtemplates/admin_features.tpl6
1 files changed, 1 insertions, 5 deletions
diff --git a/templates/admin_features.tpl b/templates/admin_features.tpl
index bf175f9..094ccd9 100755
--- a/templates/admin_features.tpl
+++ b/templates/admin_features.tpl
@@ -38,11 +38,7 @@
<select name="bit_index" id="bit_index">
<option value="my_page"{if $gBitSystem->getConfig('bit_index') eq 'my_page'} selected="selected"{/if}>{tr}My {$gBitSystem->getConfig('site_title')} Page{/tr}</option>
<option value="user_home"{if $gBitSystem->getConfig('bit_index') eq 'user_home'} selected="selected"{/if}>{tr}User's homepage{/tr}</option>
- {if $smarty.const.ROLE_MODEL }
- <option value="role_home"{if $gBitSystem->getConfig('bit_index') eq 'role_home'} selected="selected"{/if}>{tr}Role home{/tr}</option>
- {else}
- <option value="group_home"{if $gBitSystem->getConfig('bit_index') eq 'group_home'} selected="selected"{/if}>{tr}Group home{/tr}</option>
- {/if}
+ <option value="role_home"{if $gBitSystem->getConfig('bit_index') eq 'role_home'} selected="selected"{/if}>{tr}Role home{/tr}</option>
<option value="users_custom_home"{if $gBitSystem->getConfig('bit_index') eq $gBitSystem->getConfig('site_url_index')} selected="selected"{/if}>{tr}Custom home{/tr}</option>
{foreach key=name item=package from=$gBitSystem->mPackages}
{if $package.homeable && $package.installed}