PHP File Manager
Editing File: search_results.php
<h3 class="bordered-heading">Customers</h3> <h3 class="bordered-heading">Orders</h3> <?php $this->load->view('orders/overview', array('standalone_results' => true, 'orders' => $found_orders)); ?>
Cancel