home *** CD-ROM | disk | FTP | other *** search
/ Practical Internet Web Designer 90 / PIWD90.iso / pc / contents / ecommerce / software / osCommerce.exe / oscommerce-2.2ms2 / catalog / includes / filenames.php < prev    next >
PHP Script  |  2003-06-11  |  3KB  |  63 lines

  1. <?php
  2. /*
  3.   $Id: filenames.php,v 1.4 2003/06/11 17:38:00 hpdl Exp $
  4.  
  5.   osCommerce, Open Source E-Commerce Solutions
  6.   http://www.oscommerce.com
  7.  
  8.   Copyright (c) 2003 osCommerce
  9.  
  10.   Released under the GNU General Public License
  11. */
  12.  
  13. // define the filenames used in the project
  14.   define('FILENAME_ACCOUNT', 'account.php');
  15.   define('FILENAME_ACCOUNT_EDIT', 'account_edit.php');
  16.   define('FILENAME_ACCOUNT_HISTORY', 'account_history.php');
  17.   define('FILENAME_ACCOUNT_HISTORY_INFO', 'account_history_info.php');
  18.   define('FILENAME_ACCOUNT_NEWSLETTERS', 'account_newsletters.php');
  19.   define('FILENAME_ACCOUNT_NOTIFICATIONS', 'account_notifications.php');
  20.   define('FILENAME_ACCOUNT_PASSWORD', 'account_password.php');
  21.   define('FILENAME_ADDRESS_BOOK', 'address_book.php');
  22.   define('FILENAME_ADDRESS_BOOK_PROCESS', 'address_book_process.php');
  23.   define('FILENAME_ADVANCED_SEARCH', 'advanced_search.php');
  24.   define('FILENAME_ADVANCED_SEARCH_RESULT', 'advanced_search_result.php');
  25.   define('FILENAME_ALSO_PURCHASED_PRODUCTS', 'also_purchased_products.php');
  26.   define('FILENAME_CHECKOUT_CONFIRMATION', 'checkout_confirmation.php');
  27.   define('FILENAME_CHECKOUT_PAYMENT', 'checkout_payment.php');
  28.   define('FILENAME_CHECKOUT_PAYMENT_ADDRESS', 'checkout_payment_address.php');
  29.   define('FILENAME_CHECKOUT_PROCESS', 'checkout_process.php');
  30.   define('FILENAME_CHECKOUT_SHIPPING', 'checkout_shipping.php');
  31.   define('FILENAME_CHECKOUT_SHIPPING_ADDRESS', 'checkout_shipping_address.php');
  32.   define('FILENAME_CHECKOUT_SUCCESS', 'checkout_success.php');
  33.   define('FILENAME_CONTACT_US', 'contact_us.php');
  34.   define('FILENAME_CONDITIONS', 'conditions.php');
  35.   define('FILENAME_COOKIE_USAGE', 'cookie_usage.php');
  36.   define('FILENAME_CREATE_ACCOUNT', 'create_account.php');
  37.   define('FILENAME_CREATE_ACCOUNT_SUCCESS', 'create_account_success.php');
  38.   define('FILENAME_DEFAULT', 'index.php');
  39.   define('FILENAME_DOWNLOAD', 'download.php');
  40.   define('FILENAME_INFO_SHOPPING_CART', 'info_shopping_cart.php');
  41.   define('FILENAME_LOGIN', 'login.php');
  42.   define('FILENAME_LOGOFF', 'logoff.php');
  43.   define('FILENAME_NEW_PRODUCTS', 'new_products.php');
  44.   define('FILENAME_PASSWORD_FORGOTTEN', 'password_forgotten.php');
  45.   define('FILENAME_POPUP_IMAGE', 'popup_image.php');
  46.   define('FILENAME_POPUP_SEARCH_HELP', 'popup_search_help.php');
  47.   define('FILENAME_PRIVACY', 'privacy.php');
  48.   define('FILENAME_PRODUCT_INFO', 'product_info.php');
  49.   define('FILENAME_PRODUCT_LISTING', 'product_listing.php');
  50.   define('FILENAME_PRODUCT_REVIEWS', 'product_reviews.php');
  51.   define('FILENAME_PRODUCT_REVIEWS_INFO', 'product_reviews_info.php');
  52.   define('FILENAME_PRODUCT_REVIEWS_WRITE', 'product_reviews_write.php');
  53.   define('FILENAME_PRODUCTS_NEW', 'products_new.php');
  54.   define('FILENAME_REDIRECT', 'redirect.php');
  55.   define('FILENAME_REVIEWS', 'reviews.php');
  56.   define('FILENAME_SHIPPING', 'shipping.php');
  57.   define('FILENAME_SHOPPING_CART', 'shopping_cart.php');
  58.   define('FILENAME_SPECIALS', 'specials.php');
  59.   define('FILENAME_SSL_CHECK', 'ssl_check.php');
  60.   define('FILENAME_TELL_A_FRIEND', 'tell_a_friend.php');
  61.   define('FILENAME_UPCOMING_PRODUCTS', 'upcoming_products.php');
  62. ?>
  63.