elgg_echo('installation:registration:label'), 'name' => 'allow_registration', 'checked' => (bool)elgg_get_config('allow_registration'), )); // walled garden $walled_garen_input = elgg_view('input/checkbox', array( 'label' => elgg_echo('installation:walled_garden:label'), 'name' => 'walled_garden', 'checked' => (bool)elgg_get_config('walled_garden'), )); // https login $https_input = elgg_view("input/checkbox", array( 'label' => elgg_echo('installation:httpslogin:label'), 'name' => 'https_login', 'checked' => (bool)elgg_get_config('https_login'), )); ?>