hpdl
|
1
|
1
|
<?php
|
|
2
|
/*
|
mattice
|
151
|
3
|
$Id: filenames.php 1076 2006-10-25 15:37:50Z hpdl $
|
hpdl
|
1
|
4
|
|
|
5
|
osCommerce, Open Source E-Commerce Solutions
|
|
6
|
http://www.oscommerce.com
|
|
7
|
|
hpdl
|
417
|
8
|
Copyright (c) 2006 osCommerce
|
hpdl
|
1
|
9
|
|
|
10
|
Released under the GNU General Public License
|
|
11
|
*/
|
|
12
|
|
|
13
|
// define the filenames used in the project
|
|
14
|
define('FILENAME_CATALOG_ACCOUNT_HISTORY_INFO', 'account_history_info.php');
|
|
15
|
define('FILENAME_DEFAULT', 'index.php');
|
|
16
|
define('FILENAME_ORDERS_INVOICE', 'invoice.php');
|
|
17
|
define('FILENAME_ORDERS_PACKINGSLIP', 'packingslip.php');
|
|
18
|
?>
|