Coupons BKO added

This commit is contained in:
dev-chiefworks
2022-05-31 12:33:22 -04:00
parent 9852255fff
commit 0b5f3d03d5
5 changed files with 229 additions and 0 deletions
+6
View File
@@ -35,6 +35,12 @@ class Bko_Controller extends WRB_Controller {
//print_r($_SESSION);
}
protected function secureBkoPage($pageName,$data){
$this->load->view('bko/view_bko_header', $data);
$this->load->view('bko/'.$pageName, $data);
$this->load->view('bko/view_bko_footer', $data);
}
// protected
protected function bkoDashData() {