17 lines
454 B
PHP
17 lines
454 B
PHP
|
<?php
|
||
|
// Heading
|
||
|
$_['heading_title'] = 'Order Totals';
|
||
|
|
||
|
// Text
|
||
|
$_['text_success'] = 'Success: You have modified totals!';
|
||
|
|
||
|
// Column
|
||
|
$_['column_name'] = 'Order Totals';
|
||
|
$_['column_status'] = 'Status';
|
||
|
$_['column_sort_order'] = 'Sort Order';
|
||
|
$_['column_action'] = 'Action';
|
||
|
|
||
|
// Error
|
||
|
$_['error_permission'] = 'Warning: You do not have permission to modify totals!';
|
||
|
$_['error_extension'] = 'Warning: Extension does not exist!';
|