This repository has been archived by the owner on Jun 7, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 201
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #834 from gburton/1.0.4.0
1.0.4.0
- Loading branch information
Showing
171 changed files
with
2,267 additions
and
2,173 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
<?php | ||
/* | ||
$Id$ | ||
osCommerce, Open Source E-Commerce Solutions | ||
http://www.oscommerce.com | ||
Copyright (c) 2019 osCommerce | ||
Released under the GNU General Public License | ||
*/ | ||
|
||
foreach ( $cl_box_groups as &$group ) { | ||
if ( $group['heading'] == BOX_HEADING_CATALOG ) { | ||
$group['apps'][] = array('code' => 'categories.php', | ||
'title' => MODULES_ADMIN_MENU_CATALOG_PRODUCTS, | ||
'link' => tep_href_link('categories.php')); | ||
|
||
break; | ||
} | ||
} |
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,22 @@ | ||
<?php | ||
/* | ||
$Id$ | ||
osCommerce, Open Source E-Commerce Solutions | ||
http://www.oscommerce.com | ||
Copyright (c) 2019 osCommerce | ||
Released under the GNU General Public License | ||
*/ | ||
|
||
foreach ( $cl_box_groups as &$group ) { | ||
if ( $group['heading'] == BOX_HEADING_CATALOG ) { | ||
$group['apps'][] = array('code' => 'manufacturers.php', | ||
'title' => MODULES_ADMIN_MENU_CATALOG_MANUFACTURERS, | ||
'link' => tep_href_link('manufacturers.php')); | ||
|
||
break; | ||
} | ||
} | ||
|
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,22 @@ | ||
<?php | ||
/* | ||
$Id$ | ||
osCommerce, Open Source E-Commerce Solutions | ||
http://www.oscommerce.com | ||
Copyright (c) 2019 osCommerce | ||
Released under the GNU General Public License | ||
*/ | ||
|
||
foreach ( $cl_box_groups as &$group ) { | ||
if ( $group['heading'] == BOX_HEADING_CATALOG ) { | ||
$group['apps'][] = array('code' => 'products_attributes.php', | ||
'title' => MODULES_ADMIN_MENU_CATALOG_PRODUCTS_ATTRIBUTES, | ||
'link' => tep_href_link('products_attributes.php')); | ||
|
||
break; | ||
} | ||
} | ||
|
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,22 @@ | ||
<?php | ||
/* | ||
$Id$ | ||
osCommerce, Open Source E-Commerce Solutions | ||
http://www.oscommerce.com | ||
Copyright (c) 2019 osCommerce | ||
Released under the GNU General Public License | ||
*/ | ||
|
||
foreach ( $cl_box_groups as &$group ) { | ||
if ( $group['heading'] == BOX_HEADING_CATALOG ) { | ||
$group['apps'][] = array('code' => 'products_expected.php', | ||
'title' => MODULES_ADMIN_MENU_CATALOG_PRODUCTS_EXPECTED, | ||
'link' => tep_href_link('products_expected.php')); | ||
|
||
break; | ||
} | ||
} | ||
|
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,22 @@ | ||
<?php | ||
/* | ||
$Id$ | ||
osCommerce, Open Source E-Commerce Solutions | ||
http://www.oscommerce.com | ||
Copyright (c) 2019 osCommerce | ||
Released under the GNU General Public License | ||
*/ | ||
|
||
foreach ( $cl_box_groups as &$group ) { | ||
if ( $group['heading'] == BOX_HEADING_CATALOG ) { | ||
$group['apps'][] = array('code' => 'reviews.php', | ||
'title' => MODULES_ADMIN_MENU_CATALOG_REVIEWS, | ||
'link' => tep_href_link('reviews.php')); | ||
|
||
break; | ||
} | ||
} | ||
|
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,21 @@ | ||
<?php | ||
/* | ||
$Id$ | ||
osCommerce, Open Source E-Commerce Solutions | ||
http://www.oscommerce.com | ||
Copyright (c) 2019 osCommerce | ||
Released under the GNU General Public License | ||
*/ | ||
|
||
foreach ( $cl_box_groups as &$group ) { | ||
if ( $group['heading'] == BOX_HEADING_CATALOG ) { | ||
$group['apps'][] = array('code' => 'specials.php', | ||
'title' => MODULES_ADMIN_MENU_CATALOG_SPECIALS, | ||
'link' => tep_href_link('specials.php')); | ||
|
||
break; | ||
} | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
<?php | ||
/* | ||
$Id$ | ||
osCommerce, Open Source E-Commerce Solutions | ||
http://www.oscommerce.com | ||
Copyright (c) 2019 osCommerce | ||
Released under the GNU General Public License | ||
*/ | ||
|
||
foreach ( $cl_box_groups as &$group ) { | ||
if ( $group['heading'] == BOX_HEADING_CONFIGURATION ) { | ||
$group['apps'][] = array('code' => 'administrators.php', | ||
'title' => MODULES_ADMIN_MENU_CONFIGURATION_ADMINISTRATORS, | ||
'link' => tep_href_link('administrators.php')); | ||
|
||
break; | ||
} | ||
} |
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,21 @@ | ||
<?php | ||
/* | ||
$Id$ | ||
osCommerce, Open Source E-Commerce Solutions | ||
http://www.oscommerce.com | ||
Copyright (c) 2019 osCommerce | ||
Released under the GNU General Public License | ||
*/ | ||
|
||
foreach ( $cl_box_groups as &$group ) { | ||
if ( $group['heading'] == BOX_HEADING_CONFIGURATION ) { | ||
$group['apps'][] = array('code' => 'store_logo.php', | ||
'title' => MODULES_ADMIN_MENU_CONFIGURATION_STORE_LOGO, | ||
'link' => tep_href_link('store_logo.php')); | ||
|
||
break; | ||
} | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
<?php | ||
/* | ||
$Id$ | ||
osCommerce, Open Source E-Commerce Solutions | ||
http://www.oscommerce.com | ||
Copyright (c) 2019 osCommerce | ||
Released under the GNU General Public License | ||
*/ | ||
|
||
foreach ( $cl_box_groups as &$group ) { | ||
if ( $group['heading'] == BOX_HEADING_CUSTOMERS ) { | ||
$group['apps'][] = array('code' => 'customers.php', | ||
'title' => MODULES_ADMIN_MENU_CUSTOMERS_CUSTOMERS, | ||
'link' => tep_href_link('customers.php')); | ||
|
||
break; | ||
} | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
<?php | ||
/* | ||
$Id$ | ||
osCommerce, Open Source E-Commerce Solutions | ||
http://www.oscommerce.com | ||
Copyright (c) 2019 osCommerce | ||
Released under the GNU General Public License | ||
*/ | ||
|
||
foreach ( $cl_box_groups as &$group ) { | ||
if ( $group['heading'] == BOX_HEADING_LOCALIZATION ) { | ||
$group['apps'][] = array('code' => 'currencies.php', | ||
'title' => MODULES_ADMIN_MENU_LOCALIZATION_CURRENCIES, | ||
'link' => tep_href_link('currencies.php')); | ||
|
||
break; | ||
} | ||
} |
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,21 @@ | ||
<?php | ||
/* | ||
$Id$ | ||
osCommerce, Open Source E-Commerce Solutions | ||
http://www.oscommerce.com | ||
Copyright (c) 2019 osCommerce | ||
Released under the GNU General Public License | ||
*/ | ||
|
||
foreach ( $cl_box_groups as &$group ) { | ||
if ( $group['heading'] == BOX_HEADING_LOCALIZATION ) { | ||
$group['apps'][] = array('code' => 'languages.php', | ||
'title' => MODULES_ADMIN_MENU_LOCALIZATION_LANGUAGES, | ||
'link' => tep_href_link('languages.php')); | ||
|
||
break; | ||
} | ||
} |
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,21 @@ | ||
<?php | ||
/* | ||
$Id$ | ||
osCommerce, Open Source E-Commerce Solutions | ||
http://www.oscommerce.com | ||
Copyright (c) 2019 osCommerce | ||
Released under the GNU General Public License | ||
*/ | ||
|
||
foreach ( $cl_box_groups as &$group ) { | ||
if ( $group['heading'] == BOX_HEADING_LOCALIZATION ) { | ||
$group['apps'][] = array('code' => 'orders_status.php', | ||
'title' => MODULES_ADMIN_MENU_LOCALIZATION_ORDERS_STATUS, | ||
'link' => tep_href_link('orders_status.php')); | ||
|
||
break; | ||
} | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
<?php | ||
/* | ||
$Id$ | ||
osCommerce, Open Source E-Commerce Solutions | ||
http://www.oscommerce.com | ||
Copyright (c) 2019 osCommerce | ||
Released under the GNU General Public License | ||
*/ | ||
|
||
foreach ( $cl_box_groups as &$group ) { | ||
if ( $group['heading'] == BOX_HEADING_ORDERS ) { | ||
$group['apps'][] = array('code' => 'orders.php', | ||
'title' => MODULES_ADMIN_MENU_ORDERS_ORDERS, | ||
'link' => tep_href_link('orders.php')); | ||
|
||
break; | ||
} | ||
} |
Oops, something went wrong.