thanks for this useful contribution,
if you want to load "admin/orders.php" and title "Orders" just make this small change;

find this(line 37);

$heading[] = array('params' => 'class="menuBoxHeading" style="font-weight:bold;"',
'text' => 'Orders');


replace with;

$heading[] = array('params' => 'class="menuBoxHeading" style="font-weight:bold;"',
'text' => '' . BOX_CUSTOMERS_ORDERS . '');

there is no file attached.

More...