  |
1 | 1 | | <?php |
| |
2 | 2 | | /* |
  |
3 | | - | $Id: shipping.php 377 2006-01-09 14:47:49Z hpdl $ |
| |
| 3 | + | $Id: shipping.php 404 2006-01-25 22:55:27Z hpdl $ |
|
4 | 4 | | |
| |
5 | 5 | | osCommerce, Open Source E-Commerce Solutions |
| |
6 | 6 | | http://www.oscommerce.com |
| |
7 | 7 | | |
  |
8 | | - | Copyright (c) 2003 osCommerce |
| |
| 8 | + | Copyright (c) 2006 osCommerce |
|
9 | 9 | | |
| |
10 | 10 | | Released under the GNU General Public License |
| |
11 | 11 | | */ |
| |
|
|
 |
… |
|
32 | 32 | | } |
| |
33 | 33 | | } |
| |
34 | 34 | | |
  |
| 35 | + | $osC_Language->load('modules-shipping'); |
| |
| 36 | + | |
|
35 | 37 | | for ($i=0, $n=sizeof($include_modules); $i<$n; $i++) { |
  |
36 | | - | include('includes/languages/' . $osC_Language->getDirectory() . '/modules/shipping/' . $include_modules[$i]['file']); |
  |
37 | 38 | | include('includes/modules/shipping/' . $include_modules[$i]['file']); |
| |
38 | 39 | | |
| |
39 | 40 | | $GLOBALS[$include_modules[$i]['class']] = new $include_modules[$i]['class']; |