lang->line('system_settings'); ?>

$element) { if ($element->is_active == "yes") { $selected = $element->payment_type; } } } return $selected; } function check_in_array($find, $array) { if (!empty($array)) { foreach ($array as $element) { if ($find == $element->payment_type) { return $element; } } } $object = new stdClass(); $object->id = ""; $object->type = ""; $object->api_id = ""; $object->username = ""; $object->url = ""; $object->name = ""; $object->contact = ""; $object->password = ""; $object->authkey = ""; $object->senderid = ""; $object->is_active = ""; return $object; } ?>