  |
1 | 1 | | <?php |
| |
2 | 2 | | /* |
  |
3 | | - | $Id: application_top.php 1497 2007-03-29 13:40:05Z hpdl $ |
| |
| 3 | + | $Id: application_top.php 1501 2007-03-29 20:12:27Z hpdl $ |
|
4 | 4 | | |
| |
5 | 5 | | osCommerce, Open Source E-Commerce Solutions |
| |
6 | 6 | | http://www.oscommerce.com |
| |
|
|
 |
… |
|
144 | 144 | | |
| |
145 | 145 | | osc_setlocale(LC_TIME, explode(',', $osC_Language->getLocale())); |
| |
146 | 146 | | |
  |
147 | | - | // load general definitions due to the split page results language definitions the database class uses |
| |
148 | | - | //HPDL (quick fix; will be properly fixed in a later alpha release) |
| |
149 | | - | $osC_Language->load('general'); |
| |
150 | | - | |
  |
151 | 147 | | // define our localization functions |
| |
152 | 148 | | require('includes/functions/localization.php'); |
| |
153 | 149 | | |