recent.php
309 Bytes
<?php
// Heading
$_['heading_title'] = 'Dernières commandes';
// Column
$_['column_order_id'] = 'ID commande';
$_['column_customer'] = 'Client';
$_['column_status'] = 'État';
$_['column_total'] = 'Total';
$_['column_date_added'] = 'Date';
$_['column_action'] = 'Action';
?>