[ Index ] |
PHP Cross Reference of osCMax 2.0.4 |
[Summary view] [Print] [Text view]
1 <?php 2 /* 3 $Id: filenames.php 14 2006-07-28 17:42:07Z user $ 4 5 osCMax Power E-Commerce 6 http://oscdox.com 7 8 Copyright 2006 osCMax 9 10 Released under the GNU General Public License 11 */ 12 13 // define the filenames used in the project 14 define('FILENAME_BACKUP', 'backup.php'); 15 define('FILENAME_BANNER_MANAGER', 'banner_manager.php'); 16 define('FILENAME_BANNER_STATISTICS', 'banner_statistics.php'); 17 // LINE ADDED: MOD - BATCH PRINT CENTER 18 define('FILENAME_BATCH_PRINT', 'batch_print.php'); 19 define('FILENAME_CACHE', 'cache.php'); 20 define('FILENAME_CATALOG_ACCOUNT_HISTORY_INFO', 'account_history_info.php'); 21 define('FILENAME_CATEGORIES', 'categories.php'); 22 define('FILENAME_CONFIGURATION', 'configuration.php'); 23 define('FILENAME_COUNTRIES', 'countries.php'); 24 define('FILENAME_CURRENCIES', 'currencies.php'); 25 define('FILENAME_CUSTOMERS', 'customers.php'); 26 define('FILENAME_DEFAULT', 'index.php'); 27 define('FILENAME_DEFINE_LANGUAGE', 'define_language.php'); 28 define('FILENAME_FILE_MANAGER', 'file_manager.php'); 29 define('FILENAME_GEO_ZONES', 'geo_zones.php'); 30 define('FILENAME_LANGUAGES', 'languages.php'); 31 define('FILENAME_MAIL', 'mail.php'); 32 define('FILENAME_MANUFACTURERS', 'manufacturers.php'); 33 define('FILENAME_MODULES', 'modules.php'); 34 // LINE ADDED: MOD - attribute manager 35 define('FILENAME_NEW_ATTRIBUTES', 'new_attributes.php'); 36 define('FILENAME_NEWSLETTERS', 'newsletters.php'); 37 define('FILENAME_ORDERS', 'orders.php'); 38 define('FILENAME_ORDERS_INVOICE', 'invoice.php'); 39 define('FILENAME_ORDERS_PACKINGSLIP', 'packingslip.php'); 40 define('FILENAME_ORDERS_STATUS', 'orders_status.php'); 41 define('FILENAME_PACKAGING', 'packaging.php'); 42 define('FILENAME_POPUP_IMAGE', 'popup_image.php'); 43 define('FILENAME_PRODUCTS_ATTRIBUTES', 'products_attributes.php'); 44 define('FILENAME_PRODUCTS_EXPECTED', 'products_expected.php'); 45 define('FILENAME_REVIEWS', 'reviews.php'); 46 define('FILENAME_SERVER_INFO', 'server_info.php'); 47 define('FILENAME_SHIPPING_MODULES', 'shipping_modules.php'); 48 define('FILENAME_SPECIALS', 'specials.php'); 49 define('FILENAME_STATS_CUSTOMERS', 'stats_customers.php'); 50 define('FILENAME_STATS_PRODUCTS_PURCHASED', 'stats_products_purchased.php'); 51 define('FILENAME_STATS_PRODUCTS_VIEWED', 'stats_products_viewed.php'); 52 define('FILENAME_TAX_CLASSES', 'tax_classes.php'); 53 define('FILENAME_TAX_RATES', 'tax_rates.php'); 54 define('FILENAME_WHOS_ONLINE', 'whos_online.php'); 55 define('FILENAME_ZONES', 'zones.php'); 56 57 // BOF: MOD - Create & Edit Order & customers 58 define('FILENAME_CREATE_ACCOUNT', 'create_account.php'); 59 define('FILENAME_CREATE_ACCOUNT_PROCESS', 'create_account_process.php'); 60 define('FILENAME_CREATE_ACCOUNT_SUCCESS', 'create_account_success.php'); 61 define('FILENAME_CREATE_ORDER_PROCESS', 'create_order_process.php'); 62 define('FILENAME_CREATE_ORDER', 'create_order.php'); 63 define('FILENAME_ORDERS_EDIT', 'edit_orders.php'); 64 define('FILENAME_EDIT_ORDERS', 'edit_orders.php'); 65 define('FILENAME_ORDERS_EDIT_ADD_PRODUCT', 'edit_orders_add_product.php'); 66 define('FILENAME_ORDERS_EDIT_AJAX', 'edit_orders_ajax.php'); 67 // EOF: MOD - Create & Edit Order & customers 68 69 // BOF: MOD - Admin w/access levels 70 define('FILENAME_ADMIN_ACCOUNT', 'admin_account.php'); 71 define('FILENAME_ADMIN_FILES', 'admin_files.php'); 72 define('FILENAME_ADMIN_MEMBERS', 'admin_members.php'); 73 define('FILENAME_FORBIDDEN', 'forbidden.php'); 74 define('FILENAME_LOGIN', 'login.php'); 75 define('FILENAME_LOGOFF', 'logoff.php'); 76 define('FILENAME_PASSWORD_FORGOTTEN', 'password_forgotten.php'); 77 // EOF: MOD - Admin w/access levels 78 79 // BOF: MOD - wysiwyg content & infobox pages 80 define('FILENAME_DEFINE_MAINPAGE', 'define_mainpage.php'); 81 define('FILENAME_DEFINE_CONDITIONS', 'define_conditions.php'); 82 define('FILENAME_DEFINE_ABOUT_US','define_about_us.php'); 83 define('FILENAME_DEFINE_PRIVACY', 'define_privacy.php'); 84 define('FILENAME_DEFINE_SHIPPING', 'define_shipping.php'); 85 define('FILENAME_DEFINE_CONTACT_US','define_contact_us.php'); 86 define('FILENAME_DEFINE_MAINPAGE_CONTENT', 'mainpage.php'); 87 define('FILENAME_DEFINE_CONDITIONS_CONTENT', 'conditions_content.php'); 88 define('FILENAME_DEFINE_ABOUT_US_CONTENT','about_us_content.php'); 89 define('FILENAME_DEFINE_PRIVACY_CONTENT', 'privacy_content.php'); 90 define('FILENAME_DEFINE_SHIPPING_CONTENT', 'shipping_content.php'); 91 define('FILENAME_INFOBOX_CONFIGURATION', 'infobox_configuration.php'); 92 define('FILENAME_POPUP_INFOBOX_HELP', 'popup_infobox_help.php'); 93 // EOF: MOD - wysiwyg content pages 94 95 // LINE ADDED - X-Sell 96 define('FILENAME_XSELL_PRODUCTS', 'xsell.php'); // X-Sell 97 98 // LINE ADDED - EasyPopulate 99 define('FILENAME_EASYPOPULATE', 'easypopulate.php'); 100 101 // BOF: MOD - Articles 102 define('FILENAME_ARTICLE_REVIEWS', 'article_reviews.php'); 103 define('FILENAME_ARTICLES', 'articles.php'); 104 define('FILENAME_ARTICLES_CONFIG', 'articles_config.php'); 105 define('FILENAME_ARTICLES_XSELL', 'articles_xsell.php'); 106 define('FILENAME_AUTHORS', 'authors.php'); 107 //EOF: MOD - Articles 108 109 // LINE ADDED: MOD - Monthly Sales Reports 110 define('FILENAME_STATS_MONTHLY_SALES', 'stats_monthly_sales.php'); 111 112 // LINE ADDED 113 define('FILENAME_RECOVER_CART_SALES', 'recover_cart_sales.php'); 114 // LINE ADDED 115 define('FILENAME_STATS_RECOVER_CART_SALES', 'stats_recover_cart_sales.php'); 116 // BOF: MOD - QT Pro 117 define('FILENAME_STATS_LOW_STOCK_ATTRIB', 'stats_low_stock_attrib.php'); 118 define('FILENAME_STOCK', 'stock.php'); 119 // EOF: MOD - QT Pro 120 121 // LINE ADDED: Special Price per Customer 4.0 122 define('FILENAME_CUSTOMERS_GROUPS', 'customers_groups.php'); 123 124 // BOF: MOD - fedex 125 define('FILENAME_TRACK_FEDEX', 'track_fedex.php'); 126 define('FILENAME_SHIP_FEDEX', 'ship_fedex.php'); 127 define('FILENAME_SHIPPING_MANIFEST', 'shipping_manifest.php'); 128 // EOF: MOD - fedex 129 130 ?>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Fri Jan 1 13:43:16 2010 | Cross-referenced by PHPXref 0.7 |