@ -603,6 +605,7 @@ function admin_page_site(&$a) {
'$theme'=>array('theme',t("System theme"),get_config('system','theme'),t("Default system theme - may be over-ridden by user profiles - <a href='#' id='cnftheme'>change theme settings</a>"),$theme_choices),
'$theme_mobile'=>array('theme_mobile',t("Mobile system theme"),get_config('system','mobile-theme'),t("Theme for mobile devices"),$theme_choices_mobile),
'$ssl_policy'=>array('ssl_policy',t("SSL link policy"),(string)intval(get_config('system','ssl_policy')),t("Determines whether generated links should be forced to use SSL"),$ssl_choices),
'$force_ssl'=>array('force_ssl',t("Force SSL"),get_config('system','force_ssl'),t("Force all Non-SSL requests to SSL - Attention: on some systems it could lead to endless loops.")),
'$old_share'=>array('old_share',t("Old style 'Share'"),get_config('system','old_share'),t("Deactivates the bbcode element 'share' for repeating items.")),
'$hide_help'=>array('hide_help',t("Hide help entry from navigation menu"),get_config('system','hide_help'),t("Hides the menu entry for the Help pages from the navigation menu. You can still access it calling /help directly.")),
'$singleuser'=>array('singleuser',t("Single user instance"),get_config('system','singleuser'),t("Make this instance multi-user or single-user for the named user"),$user_names),