diff --git a/application/controllers/Bkotransaction.php b/application/controllers/Bkotransaction.php index 9b280cc..38416c1 100644 --- a/application/controllers/Bkotransaction.php +++ b/application/controllers/Bkotransaction.php @@ -471,6 +471,7 @@ class Bkotransaction extends Bko_Controller { $this->load->library('table'); $this->table->set_template($this->template); $query = $this->db->query($mysql); + $data["ttcount"] = $query->num_rows(); $this->table->function = 'smart_htmlspecialchars'; $data['expired_offer_table'] = $this->table->generate($query); $this->load->view('bko/view_bko_header', $data); diff --git a/application/views/bko/view_bko_expiredoffer.php b/application/views/bko/view_bko_expiredoffer.php index e4ef621..cf310e7 100644 --- a/application/views/bko/view_bko_expiredoffer.php +++ b/application/views/bko/view_bko_expiredoffer.php @@ -6,7 +6,7 @@
-
+
()