translateComma(getConfig('wernis_payout_factor')), 'withdraw_factor' => translateComma(getConfig('wernis_withdraw_factor')), 'payout_fee_percent' => translateComma(getConfig('wernis_payout_fee_percent')), 'withdraw_fee_percent' => translateComma(getConfig('wernis_withdraw_fee_percent')), 'wernis_payout_active_y' => '', 'wernis_payout_active_n' => '', 'wernis_withdraw_active_y' => '', 'wernis_withdraw_active_n' => '', ); // Prepare payout Y/N selection foreach (array('wernis_payout_active', 'wernis_withdraw_active') as $entry) { $content[$entry . '_' . strtolower(getConfig($entry))] = ' checked="checked"'; } // END - foreach // Load template loadTemplate('admin_config_wernis', false, $content); } // [EOF] ?>