  |
1 | 1 | | <?php |
| |
2 | 2 | | /* |
  |
3 | | - | $Id: template.php 629 2006-07-18 14:45:08Z hpdl $ |
| |
| 3 | + | $Id: template.php 725 2006-08-18 12:51:04Z hpdl $ |
|
4 | 4 | | |
| |
5 | 5 | | osCommerce, Open Source E-Commerce Solutions |
| |
6 | 6 | | http://www.oscommerce.com |
| |
|
|
 |
… |
|
182 | 182 | | |
| |
183 | 183 | | if (empty($_GET) === false) { |
| |
184 | 184 | | $first_array = array_slice($_GET, 0, 1); |
  |
185 | | - | $_module = tep_sanitize_string(basename(key($first_array))); |
| |
| 185 | + | $_module = osc_sanitize_string(basename(key($first_array))); |
  |
186 | 186 | | |
| |
187 | 187 | | if (file_exists('includes/content/' . $group . '/' . $_module . '.php')) { |
| |
188 | 188 | | $module = $_module; |