elgg_echo('installation:debug:none'), 'ERROR' => elgg_echo('installation:debug:error'), 'WARNING' => elgg_echo('installation:debug:warning'), 'NOTICE' => elgg_echo('installation:debug:notice'), 'INFO' => elgg_echo('installation:debug:info'), ); $debug_label = elgg_echo('installation:debug:label'); $debug_input = elgg_view('input/select', array( 'options_values' => $debug_options, 'name' => 'debug', 'value' => elgg_get_config('debug'), )); ?>