$rpath, '$action_url' => 'settings/manage', '$form_security_token' => get_form_security_token("settings_manage"), '$title' => t('Channel Manager Settings'), '$features' => process_features_get(local_channel(), $features), '$submit' => t('Submit') )); return $o; } function get_features() { $arr = [ [ 'nav_channel_select', t('Navigation Channel Select'), t('Change channels directly from within the navigation dropdown menu'), false, get_config('feature_lock','nav_channel_select'), ] ]; return $arr; } }