-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#21: Move admin-menu name to a language file
- Loading branch information
Showing
3 changed files
with
23 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
20 changes: 20 additions & 0 deletions
20
YOUR_ADMIN/includes/languages/english/extra_definitions/sales_report_menu_name.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
<?php | ||
/* | ||
////////////////////////////////////////////////////////// | ||
// SALES REPORT // | ||
// // | ||
// By Frank Koehl (PM: BlindSide) // | ||
// // | ||
// Powered by Zen-Cart (www.zen-cart.com) // | ||
// Portions Copyright (c) 2006 The Zen Cart Team // | ||
// // | ||
// Released under the GNU General Public License // | ||
// available at www.zen-cart.com/license/2_0.txt // | ||
// or see "license.txt" in the downloaded zip // | ||
////////////////////////////////////////////////////////// | ||
// DESCRIPTION: The name of the sales report file. // | ||
// You should not ever have to edit this file. // | ||
////////////////////////////////////////////////////////// | ||
// $Id: sales_report_filenames.php 93 2006-07-24 13:32:02Z BlindSide $ | ||
*/ | ||
define('BOX_REPORTS_SALES_REPORT', 'Sales Report'); |