  |
1 | 1 | | <?php |
| |
2 | 2 | | /* |
  |
3 | | - | $Id: shipping.php 199 2005-09-22 15:56:13Z hpdl $ |
| |
| 3 | + | $Id: shipping.php 273 2005-11-23 16:53:04Z hpdl $ |
|
4 | 4 | | |
| |
5 | 5 | | osCommerce, Open Source E-Commerce Solutions |
| |
6 | 6 | | http://www.oscommerce.com |
| |
|
|
 |
… |
|
31 | 31 | | } |
| |
32 | 32 | | |
| |
33 | 33 | | for ($i=0, $n=sizeof($include_modules); $i<$n; $i++) { |
  |
34 | | - | include(DIR_WS_LANGUAGES . $_SESSION['language'] . '/modules/shipping/' . $include_modules[$i]['file']); |
| |
35 | | - | include(DIR_WS_MODULES . 'shipping/' . $include_modules[$i]['file']); |
| |
| 34 | + | include('includes/languages/' . $_SESSION['language'] . '/modules/shipping/' . $include_modules[$i]['file']); |
| |
| 35 | + | include('includes/modules/shipping/' . $include_modules[$i]['file']); |
  |
36 | 36 | | |
| |
37 | 37 | | $GLOBALS[$include_modules[$i]['class']] = new $include_modules[$i]['class']; |
| |
38 | 38 | | } |