  |
1 | 1 | | <?php |
| |
2 | 2 | | /* |
  |
3 | | - | $Id: payment.php 390 2006-01-20 06:04:32Z hpdl $ |
| |
| 3 | + | $Id: payment.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 | | */ |
| |
|
|
 |
… |
|
34 | 34 | | } |
| |
35 | 35 | | } |
| |
36 | 36 | | |
  |
| 37 | + | $osC_Language->load('modules-payment'); |
| |
| 38 | + | |
|
37 | 39 | | for ($i=0, $n=sizeof($include_modules); $i<$n; $i++) { |
  |
38 | | - | include('includes/languages/' . $osC_Language->getDirectory() . '/modules/payment/' . $include_modules[$i]['file']); |
  |
39 | 40 | | include('includes/modules/payment/' . $include_modules[$i]['file']); |
| |
40 | 41 | | |
| |
41 | 42 | | $GLOBALS[$include_modules[$i]['class']] = new $include_modules[$i]['class']; |