'$theme'=>array('theme',t("System theme"),get_config('system','theme'),t("Default system theme - may be over-ridden by user profiles"),$theme_choices),
'$ssl_policy'=>array('ssl_policy',t("SSL link policy"),get_config('system','ssl_policy'),t("Determines whether generated links should be forced to use SSL"),$ssl_choices),
'$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),
'$maximagesize'=>array('maximagesize',t("Maximum image size"),get_config('system','maximagesize'),t("Maximum size in bytes of uploaded images. Default is 0, which means no limits.")),