[ Index ]
 

Code source de Zen Cart E-Commerce Shopping Cart 1.3.7.1

Accédez au Source d'autres logiciels libres

Classes | Fonctions | Variables | Constantes | Tables

title

Body

[fermer]

/includes/ -> filenames.php (source)

   1  <?php
   2  /**

   3   * filenames.php

   4   * Defines the filenames used in the project

   5   *

   6   * @package general

   7   * @copyright Copyright 2003-2006 Zen Cart Development Team

   8   * @copyright Portions Copyright 2003 osCommerce

   9   * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0

  10   * @version $Id: filenames.php 4179 2006-08-20 21:19:52Z ajeh $

  11   * @private

  12   */
  13  /**

  14   * define project filenames

  15   */
  16  define('FILENAME_ACCOUNT', 'account');
  17  define('FILENAME_ACCOUNT_EDIT', 'account_edit');
  18  define('FILENAME_ACCOUNT_HISTORY', 'account_history');
  19  define('FILENAME_ACCOUNT_HISTORY_INFO', 'account_history_info');
  20  define('FILENAME_ACCOUNT_NEWSLETTERS', 'account_newsletters');
  21  define('FILENAME_ACCOUNT_NOTIFICATIONS', 'account_notifications');
  22  define('FILENAME_ACCOUNT_PASSWORD', 'account_password');
  23  define('FILENAME_ADDRESS_BOOK', 'address_book');
  24  define('FILENAME_ADDRESS_BOOK_PROCESS', 'address_book_process');
  25  define('FILENAME_ADMIN', 'admin');
  26  define('FILENAME_ADVANCED_SEARCH', 'advanced_search');
  27  define('FILENAME_ADVANCED_SEARCH_RESULT', 'advanced_search_result');
  28  define('FILENAME_ALT_NAV', 'alt_nav');
  29  define('FILENAME_ATTRIBUTES', 'attributes');
  30  define('FILENAME_ATTRIBUTES_CONTROLLER', 'attributes_controller');
  31  define('FILENAME_BACKUP', 'backup');
  32  define('FILENAME_BANNER_MANAGER', 'banner_manager');
  33  define('FILENAME_BANNER_STATISTICS', 'banner_statistics');
  34  define('FILENAME_CACHE', 'cache');
  35  define('FILENAME_CATALOG_ACCOUNT_HISTORY_INFO', 'account_history_info');
  36  define('FILENAME_CATEGORIES', 'categories');
  37  define('FILENAME_CHECKOUT_CONFIRMATION', 'checkout_confirmation');
  38  define('FILENAME_CHECKOUT_PAYMENT', 'checkout_payment');
  39  define('FILENAME_CHECKOUT_PAYMENT_ADDRESS', 'checkout_payment_address');
  40  define('FILENAME_CHECKOUT_PROCESS', 'checkout_process');
  41  define('FILENAME_CHECKOUT_SHIPPING', 'checkout_shipping');
  42  define('FILENAME_CHECKOUT_SHIPPING_ADDRESS', 'checkout_shipping_address');
  43  define('FILENAME_CHECKOUT_SUCCESS', 'checkout_success');
  44  define('FILENAME_CONDITIONS', 'conditions');
  45  define('FILENAME_CONFIGURATION', 'configuration');
  46  define('FILENAME_CONTACT_US', 'contact_us');
  47  define('FILENAME_COOKIE_USAGE', 'cookie_usage');
  48  define('FILENAME_COUNTRIES', 'countries');
  49  define('FILENAME_COUPON_ADMIN', 'coupon_admin');
  50  define('FILENAME_CREATE_ACCOUNT', 'create_account');
  51  define('FILENAME_CREATE_ACCOUNT_SUCCESS', 'create_account_success');
  52  define('FILENAME_CURRENCIES', 'currencies');
  53  define('FILENAME_CUSTOMERS', 'customers');
  54  define('FILENAME_DEFAULT', 'index');
  55  define('FILENAME_CATEGORY_ICON_DISPLAY', 'category_icon_display');
  56  define('FILENAME_DEFINE_PAGES_EDITOR', 'define_pages_editor');
  57  define('FILENAME_DEFINE_MAIN_PAGE', 'define_main_page');
  58  define('FILENAME_DEFINE_CHECKOUT_SUCCESS', 'define_checkout_success');
  59  define('FILENAME_DEFINE_CONDITIONS', 'define_conditions');
  60  define('FILENAME_DEFINE_CONTACT_US', 'define_contact_us');
  61  define('FILENAME_DEFINE_DISCOUNT_COUPON', 'define_discount_coupon');
  62  define('FILENAME_DEFINE_PAGE_2', 'define_page_2');
  63  define('FILENAME_DEFINE_PAGE_3', 'define_page_3');
  64  define('FILENAME_DEFINE_PAGE_4', 'define_page_4');
  65  define('FILENAME_DEFINE_PAGE_NOT_FOUND', 'define_page_not_found');
  66  define('FILENAME_DEFINE_PRIVACY', 'define_privacy');
  67  define('FILENAME_DEFINE_SHIPPINGINFO', 'define_shippinginfo');
  68  define('FILENAME_DEFINE_SITE_MAP', 'define_site_map');
  69  define('FILENAME_DEFINE_LANGUAGE', 'define_language');
  70  define('FILENAME_DEVELOPERS_TOOL_KIT', 'developers_tool_kit');
  71  define('FILENAME_DISCOUNT_COUPON', 'discount_coupon');
  72  define('FILENAME_DOWNLOAD', 'download');
  73  define('FILENAME_DOWNLOAD_TIME_OUT','download_time_out');
  74  define('FILENAME_DOWNLOADS_MANAGER','downloads_manager');
  75  define('FILENAME_EMAIL_WELCOME','email_welcome');
  76  define('FILENAME_EZPAGES', 'page');
  77  define('FILENAME_EZPAGES_ADMIN', 'ezpages');
  78  define('FILENAME_GEO_ZONES', 'geo_zones');
  79  define('FILENAME_GROUP_PRICING', 'group_pricing');
  80  define('FILENAME_GV_FAQ', 'gv_faq');
  81  define('FILENAME_GV_REDEEM', 'gv_redeem');
  82  define('FILENAME_GV_SEND', 'gv_send');
  83  define('FILENAME_GV_QUEUE', 'gv_queue');
  84  define('FILENAME_GV_MAIL', 'gv_mail');
  85  define('FILENAME_GV_SENT', 'gv_sent');
  86  define('FILENAME_FEATURED','featured');
  87  define('FILENAME_FEATURED_PRODUCTS','featured_products');
  88  define('FILENAME_INFO_SHOPPING_CART', 'info_shopping_cart');
  89  define('FILENAME_LANGUAGES', 'languages');
  90  define('FILENAME_LAYOUT_CONTROLLER','layout_controller');
  91  define('FILENAME_LOGIN', 'login');
  92  define('FILENAME_LOGOFF', 'logoff');
  93  define('FILENAME_MAIL', 'mail');
  94  define('FILENAME_MAIN_PRODUCT_IMAGE', 'main_product_image');
  95  define('FILENAME_MANUFACTURERS', 'manufacturers');
  96  define('FILENAME_MODULES', 'modules');
  97  define('FILENAME_NEWSLETTERS', 'newsletters');
  98  define('FILENAME_ORDERS', 'orders');
  99  define('FILENAME_ORDERS_INVOICE', 'invoice');
 100  define('FILENAME_ORDERS_PACKINGSLIP', 'packingslip');
 101  define('FILENAME_ORDERS_STATUS', 'orders_status');
 102  define('FILENAME_OPTIONS_NAME_MANAGER', 'options_name_manager');
 103  define('FILENAME_OPTIONS_VALUES_MANAGER', 'options_values_manager');
 104  define('FILENAME_PAGE_NOT_FOUND', 'page_not_found');
 105  define('FILENAME_PAYPAL', 'paypal');
 106  define('FILENAME_PAGE_2', 'page_2');
 107  define('FILENAME_PAGE_3', 'page_3');
 108  define('FILENAME_PAGE_4', 'page_4');
 109  define('FILENAME_PASSWORD_FORGOTTEN', 'password_forgotten');
 110  define('FILENAME_POPUP_COUPON_HELP', 'popup_coupon_help');
 111  define('FILENAME_POPUP_IMAGE', 'popup_image');
 112  define('FILENAME_POPUP_IMAGE_ADDITIONAL', 'popup_image_additional');
 113  define('FILENAME_POPUP_SEARCH_HELP', 'popup_search_help');
 114  define('FILENAME_POPUP_SHIPPING_ESTIMATOR', 'popup_shipping_estimator');
 115  define('FILENAME_POPUP_CVV_HELP', 'popup_cvv_help');
 116  define('FILENAME_POPUP_ATTRIBUTES_QTY_PRICES', 'popup_attributes_qty_prices');
 117  define('FILENAME_PRIVACY', 'privacy');
 118  define('FILENAME_PRODUCT', 'product');
 119  define('FILENAME_PRODUCT_LISTING_ALPHA_SORTER','product_listing_alpha_sorter');
 120  define('FILENAME_PRODUCT_TYPES', 'product_types');
 121  define('FILENAME_PRODUCT_INFO', 'product_info');
 122  define('FILENAME_PRODUCT_REVIEWS', 'product_reviews');
 123  define('FILENAME_PRODUCT_REVIEWS_INFO', 'product_reviews_info');
 124  define('FILENAME_PRODUCT_REVIEWS_WRITE', 'product_reviews_write');
 125  define('FILENAME_PRODUCTS_ALL', 'products_all');
 126  define('FILENAME_PRODUCTS_PRICE_MANAGER', 'products_price_manager');
 127  define('FILENAME_PRODUCTS_EXPECTED', 'products_expected');
 128  define('FILENAME_PRODUCTS_NEW', 'products_new');
 129  define('FILENAME_PRODUCTS_OPTIONS_NAME','option_name');
 130  define('FILENAME_PRODUCTS_OPTIONS_VALUES','option_values');
 131  define('FILENAME_PRODUCTS_QUANTITY_DISCOUNTS', 'products_quantity_discounts');
 132  define('FILENAME_PRODUCTS_TO_CATEGORIES', 'products_to_categories');
 133  define('FILENAME_REDIRECT', 'redirect');
 134  define('FILENAME_REVIEWS', 'reviews');
 135  define('FILENAME_SALEMAKER', 'salemaker');
 136  define('FILENAME_SALEMAKER_INFO', 'salemaker_info');
 137  define('FILENAME_SALEMAKER_POPUP', 'salemaker_popup');
 138  define('FILENAME_SERVER_INFO', 'server_info');
 139  define('FILENAME_SHIPPING', 'shippinginfo');
 140  define('FILENAME_SHIPPING_MODULES', 'shipping_modules');
 141  define('FILENAME_SHOPPING_CART', 'shopping_cart');
 142  define('FILENAME_SITE_MAP', 'site_map');
 143  define('FILENAME_SPECIALS', 'specials');
 144  define('FILENAME_SQLPATCH','sqlpatch');
 145  define('FILENAME_SSL_CHECK', 'ssl_check');
 146  define('FILENAME_STATS_CUSTOMERS', 'stats_customers');
 147  define('FILENAME_STATS_CUSTOMERS_REFERRALS', 'stats_customers_referrals');
 148  define('FILENAME_STATS_PRODUCTS_PURCHASED', 'stats_products_purchased');
 149  define('FILENAME_STATS_PRODUCTS_VIEWED', 'stats_products_viewed');
 150  define('FILENAME_STATS_PRODUCTS_LOWSTOCK', 'stats_products_lowstock');
 151  define('FILENAME_STORE_MANAGER', 'store_manager');
 152  define('FILENAME_TAX_CLASSES', 'tax_classes');
 153  define('FILENAME_TAX_RATES', 'tax_rates');
 154  define('FILENAME_TELL_A_FRIEND', 'tell_a_friend');
 155  define('FILENAME_TEMPLATE_SELECT', 'template_select');
 156  define('FILENAME_TIME_OUT','time_out');
 157  define('FILENAME_UNSUBSCRIBE', 'unsubscribe');
 158  define('FILENAME_ZONES', 'zones');
 159  define('FILENAME_WHOS_ONLINE', 'whos_online');
 160  
 161  
 162  // The following have .php or other suffix INTENTIONALLY !!!

 163  
 164  define('FILENAME_BUTTON_NAMES','button_names.php');
 165  define('FILENAME_ALSO_PURCHASED_PRODUCTS', 'also_purchased_products.php');
 166  define('FILENAME_CATEGORIES_TABS','categories_tabs.php');
 167  define('FILENAME_CREDIT_CARDS', 'credit_cards.php');
 168  define('FILENAME_DATABASE_TEMPORARILY_DOWN','nddbc.html');
 169  define('FILENAME_EMAIL_EXTRAS','email_extras.php');
 170  define('FILENAME_FEATURED_PRODUCTS_MODULE','featured_products.php');
 171  define('FILENAME_HEADER','header.php');
 172  define('FILENAME_ICON_NAMES','icon_names.php');
 173  define('FILENAME_LISTING_DISPLAY_ORDER', 'listing_display_order.php');
 174  define('FILENAME_NEW_PRODUCTS', 'new_products.php');
 175  define('FILENAME_OTHER_IMAGES_NAMES','other_images_names.php');
 176  define('FILENAME_PREV_NEXT', 'products_previous_next.php');
 177  define('FILENAME_PREV_NEXT_DISPLAY', 'products_previous_next_display.php');
 178  define('FILENAME_PRODUCT_LISTING', 'product_listing.php');
 179  define('FILENAME_PRODUCTS_DISCOUNT_PRICES','products_discount_prices.php');
 180  define('FILENAME_SPECIALS_INDEX', 'specials_index.php');
 181  define('FILENAME_UPCOMING_PRODUCTS', 'upcoming_products.php');
 182  
 183  define('FILENAME_BB_INDEX', 'index.php'); // phpBB main index filename

 184  
 185  ?>


Généré le : Mon Nov 26 16:45:43 2007 par Balluche grâce à PHPXref 0.7
  Clicky Web Analytics