recent.php 293 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 <?php // Heading $_['heading_title'] = 'Latest Orders'; // Column $_['column_order_id'] = 'Order ID'; $_['column_customer'] = 'Customer'; $_['column_status'] = 'Status'; $_['column_total'] = 'Total'; $_['column_date_added'] = 'Date Added'; $_['column_action'] = 'Action';