diff --git a/www/application/controllers/Paymnt.php b/www/application/controllers/Paymnt.php index 8352d2f6..8eb8565b 100644 --- a/www/application/controllers/Paymnt.php +++ b/www/application/controllers/Paymnt.php @@ -13,12 +13,26 @@ class Paymnt extends Users_Controller { } public function paymus() { - $data = $this->getSessionArray(); $data['card_table_result'] = $this->cardListData(4)['card_table_result']; - $this->RenderUserPage('users/view_startpaymus', $data); + $data['page_title'] ="Deposit Funds"; + // $this->RenderUserPage('users/view_startpaymus', $data); + $this->RenderUserPage('users/view_selectpay', $data); } + public function paycc() { + $data = $this->getSessionArray(); + $data['card_table_result'] = $this->cardListData(4)['card_table_result']; + $data['page_title'] ="Deposit Funds"; + $this->RenderUserPage('users/view_startpaymus', $data); + } + + public function paypal() { + $data = $this->getSessionArray(); + $data['card_table_result'] = $this->cardListData(4)['card_table_result']; + $data['page_title'] ="Deposit Funds"; + $this->RenderUserPage('users/view_paypal', $data); + } private function cardListData($limit){ diff --git a/www/application/views/users/view_balance.php b/www/application/views/users/view_balance.php index e127a086..535747a5 100644 --- a/www/application/views/users/view_balance.php +++ b/www/application/views/users/view_balance.php @@ -90,7 +90,7 @@ function getAddWithdrawButtons(){ break; case "AC_AD_FD_ONLY": - echo "Add Fund"; + echo "Depost Fund"; break; } diff --git a/www/application/views/users/view_paypal.php b/www/application/views/users/view_paypal.php new file mode 100644 index 00000000..e64c55a2 --- /dev/null +++ b/www/application/views/users/view_paypal.php @@ -0,0 +1,86 @@ + + + + +