|
|
|
@ -174,6 +174,16 @@ class forms extends CI_Controller {
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public function tailormade_ppc_india() {
|
|
|
|
|
$data = array();
|
|
|
|
|
$detect = new Mobile_Detect;
|
|
|
|
|
if ($detect->isMobile() && !$detect->isTablet()) {
|
|
|
|
|
$this->load->view('orders/tailormademobile-ppc-india', $data);
|
|
|
|
|
} else {
|
|
|
|
|
$this->load->view('orders/tailormade-ppc-india', $data);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public function tailormademobile(){
|
|
|
|
|
$data['countrylist'] = ['Vietnam','Cambodia','India','Thailand','Myanmar','Japan','Laos','Nepal','Sri Lanka','China','Mongolia','Indonesia'];
|
|
|
|
|
$data['action'] = '/orders/triprequest_save';
|
|
|
|
|