@ -505,6 +508,7 @@ function admin_page_site(&$a) {
'$global_directory'=>array('directory_submit_url',t("Global directory update URL"),get_config('system','directory_submit_url'),t("URL to update the global directory. If this is not set, the global directory is completely unavailable to the application.")),
'$thread_allow'=>array('thread_allow',t("Allow threaded items"),get_config('system','thread_allow'),t("Allow infinite level threading for items on this site.")),
'$newuser_private'=>array('newuser_private',t("Private posts by default for new users"),get_config('system','newuser_private'),t("Set default post permissions for all new members to the default privacy group rather than public.")),
'$enotify_no_content'=>array('enotify_no_content',t("Don't include post body in email notifications"),get_config('system','enotify_no_content'),t("Don't include the body of a post/comment/private message/etc. in the email notifications that are sent out from this site, as a privacy measure.")),
'$no_multi_reg'=>array('no_multi_reg',t("Block multiple registrations"),get_config('system','block_extended_register'),t("Disallow users to register additional accounts for use as pages.")),
'$no_openid'=>array('no_openid',t("OpenID support"),!get_config('system','no_openid'),t("OpenID support for registration and logins.")),