This commit is contained in:
CHIEFSOFT\ameye
2024-09-23 14:50:58 -04:00
parent 9c8ed1e023
commit 722c091cc0
2 changed files with 2 additions and 1 deletions
@@ -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);
@@ -6,7 +6,7 @@
<!-- Traffic sources -->
<div class="panel panel-flat">
<div class="panel-heading">
<h6 class="panel-title"><b><?php echo $page_title; ?></b></h6>
<h6 class="panel-title"><b><?php echo $page_title; ?>(<?php echo $ttcount; ?>)</b></h6>
<div class="heading-elements">
<form class="heading-form" action="#">