| [ Index ] |
PHP Cross Reference of osCMax 2.0.4 |
[Summary view] [Print] [Text view]
1 <?php 2 /* 3 $Id: filenames.php 3 2006-05-27 04:59: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 content used in the project 14 define('CONTENT_ACCOUNT', 'account'); 15 define('CONTENT_ACCOUNT_EDIT', 'account_edit'); 16 define('CONTENT_ACCOUNT_HISTORY', 'account_history'); 17 define('CONTENT_ACCOUNT_HISTORY_INFO', 'account_history_info'); 18 define('CONTENT_ACCOUNT_NEWSLETTERS', 'account_newsletters'); 19 define('CONTENT_ACCOUNT_NOTIFICATIONS', 'account_notifications'); 20 define('CONTENT_ACCOUNT_PASSWORD', 'account_password'); 21 define('CONTENT_ADDRESS_BOOK', 'address_book'); 22 define('CONTENT_ADDRESS_BOOK_PROCESS', 'address_book_process'); 23 define('CONTENT_ADVANCED_SEARCH', 'advanced_search'); 24 define('CONTENT_ADVANCED_SEARCH_RESULT', 'advanced_search_result'); 25 define('CONTENT_ALSO_PURCHASED_PRODUCTS', 'also_purchased_products'); 26 define('CONTENT_CHECKOUT_CONFIRMATION', 'checkout_confirmation'); 27 define('CONTENT_CHECKOUT_PAYMENT', 'checkout_payment'); 28 define('CONTENT_CHECKOUT_PAYMENT_ADDRESS', 'checkout_payment_address'); 29 define('CONTENT_CHECKOUT_SHIPPING', 'checkout_shipping'); 30 define('CONTENT_CHECKOUT_SHIPPING_ADDRESS', 'checkout_shipping_address'); 31 define('CONTENT_CHECKOUT_SUCCESS', 'checkout_success'); 32 define('CONTENT_CONTACT_US', 'contact_us'); 33 define('CONTENT_CONDITIONS', 'conditions'); 34 define('CONTENT_CONDITIONS_CONTENT', 'conditions_content'); 35 define('CONTENT_COOKIE_USAGE', 'cookie_usage'); 36 define('CONTENT_CREATE_ACCOUNT', 'create_account'); 37 define('CONTENT_CREATE_ACCOUNT_SUCCESS', 'create_account_success'); 38 define('CONTENT_DOWNLOAD', 'download'); 39 define('CONTENT_INDEX_DEFAULT', 'index_default'); 40 define('CONTENT_INDEX_NESTED', 'index_nested'); 41 define('CONTENT_INDEX_PRODUCTS', 'index_products'); 42 define('CONTENT_INFO_SHOPPING_CART', 'info_shopping_cart'); 43 define('CONTENT_LOGIN', 'login'); 44 define('CONTENT_LOGOFF', 'logoff'); 45 define('CONTENT_NEW_PRODUCTS', 'new_products'); 46 define('CONTENT_PASSWORD_FORGOTTEN', 'password_forgotten'); 47 define('CONTENT_POPUP_IMAGE', 'popup_image'); 48 define('CONTENT_POPUP_SEARCH_HELP', 'popup_search_help'); 49 define('CONTENT_PRIVACY', 'privacy'); 50 define('CONTENT_PRIVACY_CONTENT', 'privacy_content'); 51 define('CONTENT_PRODUCT_INFO', 'product_info'); 52 define('CONTENT_PRODUCT_LISTING', 'product_listing'); 53 define('CONTENT_PRODUCT_REVIEWS', 'product_reviews'); 54 define('CONTENT_PRODUCT_REVIEWS_INFO', 'product_reviews_info'); 55 define('CONTENT_PRODUCT_REVIEWS_WRITE', 'product_reviews_write'); 56 define('CONTENT_PRODUCTS_NEW', 'products_new'); 57 define('CONTENT_REVIEWS', 'reviews'); 58 define('CONTENT_SHIPPING', 'shipping'); 59 define('CONTENT_SHIPPING_CONTENT', 'shipping_content'); 60 define('CONTENT_SHOPPING_CART', 'shopping_cart'); 61 define('CONTENT_SPECIALS', 'specials'); 62 define('CONTENT_SSL_CHECK', 'ssl_check'); 63 define('CONTENT_TELL_A_FRIEND', 'tell_a_friend'); 64 define('CONTENT_UPCOMING_PRODUCTS', 'upcoming_products'); 65 define('CONTENT_CHECKOUT_PROCESS', 'checkout_process'); 66 define('CONTENT_GV_FAQ', 'gv_faq'); 67 define('CONTENT_GV_REDEEM', 'gv_redeem'); 68 define('CONTENT_GV_SEND', 'gv_send'); 69 define('CONTENT_PRINTABLE_CATALOG', 'catalog_products_with_images'); 70 define('CONTENT_ALLPRODS', 'allprods'); 71 define('CONTENT_DOWN_FOR_MAINT', 'down_for_maintenance'); 72 //BTS for Articles 1.0 73 define('CONTENT_ARTICLES', 'article_info'); 74 define('CONTENT_ARTICLES_REVIEWS', 'article_reviews'); 75 define('CONTENT_ARTICLES_REVIEWS_INFO', 'article_reviews_info'); 76 define('CONTENT_ARTICLES_REVIEWS_WRITE', 'article_reviews_write'); 77 define('CONTENT_ARTICLES_MAIN', 'articles'); 78 define('CONTENT_ARTICLES_NEW', 'articles_new'); 79 //BTS for Wishlist 3.5 80 define('CONTENT_WISHLIST', 'wishlist'); 81 define('CONTENT_WISHLIST_HELP', 'wishlist_help'); 82 define('CONTENT_WISHLIST_PUBLIC', 'wishlist_public'); 83 define('CONTENT_WISHLIST_SEND', 'wishlist_email'); 84 85 // LINE ADDED: WYSIWYG HTML Area 86 define('FILENAME_DEFINE_MAINPAGE', 'mainpage.php'); 87 88 // define the filenames used in the project 89 define('FILENAME_ACCOUNT', CONTENT_ACCOUNT . '.php'); 90 define('FILENAME_ACCOUNT_EDIT', CONTENT_ACCOUNT_EDIT . '.php'); 91 define('FILENAME_ACCOUNT_HISTORY', CONTENT_ACCOUNT_HISTORY . '.php'); 92 define('FILENAME_ACCOUNT_HISTORY_INFO', CONTENT_ACCOUNT_HISTORY_INFO . '.php'); 93 define('FILENAME_ACCOUNT_NEWSLETTERS', CONTENT_ACCOUNT_NEWSLETTERS . '.php'); 94 define('FILENAME_ACCOUNT_NOTIFICATIONS', CONTENT_ACCOUNT_NOTIFICATIONS . '.php'); 95 define('FILENAME_ACCOUNT_PASSWORD', CONTENT_ACCOUNT_PASSWORD . '.php'); 96 define('FILENAME_ADDRESS_BOOK', CONTENT_ADDRESS_BOOK . '.php'); 97 define('FILENAME_ADDRESS_BOOK_PROCESS', CONTENT_ADDRESS_BOOK_PROCESS . '.php'); 98 define('FILENAME_ADVANCED_SEARCH', CONTENT_ADVANCED_SEARCH . '.php'); 99 define('FILENAME_ADVANCED_SEARCH_RESULT', CONTENT_ADVANCED_SEARCH_RESULT . '.php'); 100 define('FILENAME_ALSO_PURCHASED_PRODUCTS', CONTENT_ALSO_PURCHASED_PRODUCTS . '.php'); 101 define('FILENAME_ARTICLE_INFO', 'article_info.php'); 102 define('FILENAME_ARTICLE_LISTING', 'article_listing.php'); 103 define('FILENAME_ARTICLE_REVIEWS', 'article_reviews.php'); 104 define('FILENAME_ARTICLE_REVIEWS_INFO', 'article_reviews_info.php'); 105 define('FILENAME_ARTICLE_REVIEWS_WRITE', 'article_reviews_write.php'); 106 define('FILENAME_ARTICLES', 'articles.php'); 107 define('FILENAME_ARTICLES_NEW', 'articles_new.php'); 108 define('FILENAME_ARTICLES_UPCOMING', 'articles_upcoming.php'); 109 define('FILENAME_ARTICLES_XSELL', 'articles_xsell.php'); 110 define('FILENAME_ARTICLES_PXSELL', 'articles_pxsell.php'); 111 define('FILENAME_NEW_ARTICLES', 'new_articles.php'); 112 define('FILENAME_CATALOG_PRODUCTS_WITH_IMAGES', 'catalog_products_with_images.php'); // CATALOG_PRODUCTS_WITH_IMAGES_mod 113 define('FILENAME_CHECKOUT_CONFIRMATION', CONTENT_CHECKOUT_CONFIRMATION . '.php'); 114 define('FILENAME_CHECKOUT_PAYMENT', CONTENT_CHECKOUT_PAYMENT . '.php'); 115 define('FILENAME_CHECKOUT_PAYMENT_ADDRESS', CONTENT_CHECKOUT_PAYMENT_ADDRESS . '.php'); 116 define('FILENAME_CHECKOUT_PROCESS', CONTENT_CHECKOUT_PROCESS . '.php'); 117 define('FILENAME_CHECKOUT_SHIPPING', CONTENT_CHECKOUT_SHIPPING . '.php'); 118 define('FILENAME_CHECKOUT_SHIPPING_ADDRESS', CONTENT_CHECKOUT_SHIPPING_ADDRESS . '.php'); 119 define('FILENAME_CHECKOUT_SUCCESS', CONTENT_CHECKOUT_SUCCESS . '.php'); 120 define('FILENAME_CONTACT_US', CONTENT_CONTACT_US . '.php'); 121 define('FILENAME_CONDITIONS', CONTENT_CONDITIONS . '.php'); 122 define('FILENAME_CONDITIONS_CONTENT', CONTENT_CONDITIONS_CONTENT . '.php'); 123 define('FILENAME_COOKIE_USAGE', CONTENT_COOKIE_USAGE . '.php'); 124 define('FILENAME_CREATE_ACCOUNT', CONTENT_CREATE_ACCOUNT . '.php'); 125 define('FILENAME_CREATE_ACCOUNT_SUCCESS', CONTENT_CREATE_ACCOUNT_SUCCESS . '.php'); 126 define('FILENAME_CVS_HELP', 'cvs_help.php'); 127 define('FILENAME_DEFAULT', 'index.php'); 128 define('FILENAME_DEFAULT_SPECIALS', 'default_specials.php'); 129 define('FILENAME_DOWNLOAD', CONTENT_DOWNLOAD . '.php'); 130 define('FILENAME_INFO_SHOPPING_CART', CONTENT_INFO_SHOPPING_CART . '.php'); 131 define('FILENAME_LOGIN', CONTENT_LOGIN . '.php'); 132 define('FILENAME_LOGOFF', CONTENT_LOGOFF . '.php'); 133 define('FILENAME_NEW_PRODUCTS', CONTENT_NEW_PRODUCTS . '.php'); 134 define('FILENAME_PASSWORD_FORGOTTEN', CONTENT_PASSWORD_FORGOTTEN . '.php'); 135 define('FILENAME_POPUP_CVS_HELP', 'popup_cvs_help.php'); 136 define('FILENAME_POPUP_IMAGE', CONTENT_POPUP_IMAGE . '.php'); 137 define('FILENAME_POPUP_INFOBOX_HELP', 'popup_infobox_help.php'); 138 define('FILENAME_POPUP_SEARCH_HELP', CONTENT_POPUP_SEARCH_HELP . '.php'); 139 define('FILENAME_PRIVACY', CONTENT_PRIVACY . '.php'); 140 define('FILENAME_PRIVACY_CONTENT', CONTENT_PRIVACY_CONTENT . '.php'); 141 define('FILENAME_PRODUCT_INFO', CONTENT_PRODUCT_INFO . '.php'); 142 define('FILENAME_PRODUCT_LISTING', CONTENT_PRODUCT_LISTING . '.php'); 143 define('FILENAME_PRODUCT_REVIEWS', CONTENT_PRODUCT_REVIEWS . '.php'); 144 define('FILENAME_PRODUCT_REVIEWS_INFO', CONTENT_PRODUCT_REVIEWS_INFO . '.php'); 145 define('FILENAME_PRODUCT_REVIEWS_WRITE', CONTENT_PRODUCT_REVIEWS_WRITE . '.php'); 146 define('FILENAME_PRODUCTS_NEW', CONTENT_PRODUCTS_NEW . '.php'); 147 define('FILENAME_REDIRECT', 'redirect.php'); 148 define('FILENAME_REVIEWS', CONTENT_REVIEWS . '.php'); 149 define('FILENAME_SHIPPING', CONTENT_SHIPPING . '.php'); 150 define('FILENAME_SHIPPING_CONTENT', CONTENT_SHIPPING_CONTENT . '.php'); 151 define('FILENAME_SHOPPING_CART', CONTENT_SHOPPING_CART . '.php'); 152 define('FILENAME_SITEMAP', 'sitemap.php'); 153 define('FILENAME_SPECIALS', CONTENT_SPECIALS . '.php'); 154 define('FILENAME_SSL_CHECK', CONTENT_SSL_CHECK . '.php'); 155 define('FILENAME_TELL_A_FRIEND', CONTENT_TELL_A_FRIEND . '.php'); 156 define('FILENAME_UPCOMING_PRODUCTS', CONTENT_UPCOMING_PRODUCTS . '.php'); 157 158 // BOF: MOD - Affiliate Mod 159 define('CONTENT_AFFILIATE', 'affiliate_affiliate'); 160 define('CONTENT_AFFILIATE', 'affiliate_banners'); 161 define('CONTENT_AFFILIATE', 'affiliate_clicks'); 162 define('CONTENT_AFFILIATE', 'affiliate_contact'); 163 define('CONTENT_AFFILIATE', 'affiliate_details'); 164 define('CONTENT_AFFILIATE', 'affiliate_details_ok'); 165 define('CONTENT_AFFILIATE', 'affiliate_faq'); 166 define('CONTENT_AFFILIATE', 'affiliate_info'); 167 define('CONTENT_AFFILIATE', 'affiliate_logout'); 168 define('CONTENT_AFFILIATE', 'affiliate_password_forgotten'); 169 define('CONTENT_AFFILIATE', 'affiliate_payment'); 170 define('CONTENT_AFFILIATE', 'affiliate_sales'); 171 define('CONTENT_AFFILIATE', 'affiliate_show_banner'); 172 define('CONTENT_AFFILIATE', 'affiliate_signup'); 173 define('CONTENT_AFFILIATE', 'affiliate_signup_ok'); 174 define('CONTENT_AFFILIATE', 'affiliate_summary'); 175 define('CONTENT_AFFILIATE', 'affiliate_terms'); 176 // EOF: MOD - Affiliate Mod 177 178 // BOF: MOD Xsell Products 179 define('FILENAME_XSELL_PRODUCTS', 'xsell_products.php'); 180 define('FILENAME_PRODUCT_LISTING_COL', 'product_listing_col.php'); 181 // EOF: MOD Xsell Products 182 // LINE ADDED: MOD - allprods modification 183 define('FILENAME_ALLPRODS', 'allprods.php'); 184 // LINE ADDED: MOD - Dynamic MoPics 185 define('FILENAME_DYNAMIC_MOPICS', 'dynamic_mopics.php'); 186 /* moved to configure_bts.php 2003/12/23 187 // define the templatenames used in the project 188 define('TEMPLATENAME_BOX', 'box.tpl.php'); 189 define('TEMPLATENAME_MAIN_PAGE', 'main_page.tpl.php'); 190 define('TEMPLATENAME_POPUP', 'popup.tpl.php'); 191 define('TEMPLATENAME_STATIC', 'static.tpl.php'); 192 */ 193 // BOF: MOD - Checkout Without Account Modifications 194 define('FILENAME_PWA_PWA_LOGIN', 'login_pwa.php'); 195 define('FILENAME_PWA_ACC_LOGIN', 'login_acc.php'); 196 define('FILENAME_CHECKOUT', 'Order_Info.php'); 197 define('FILENAME_ORDER_INFO', 'Order_Info.php'); 198 define('FILENAME_ORDER_INFO_PROCESS', 'Order_Info_Process.php'); 199 // EOF: MOD - Checkout Without Account Modifications 200 // BOF: MOD - Wish List 3.5 201 define('FILENAME_WISHLIST', 'wishlist.php'); 202 define('FILENAME_WISHLIST_HELP', 'wishlist_help.php'); 203 define('FILENAME_WISHLIST_PUBLIC', 'wishlist_public.php'); 204 // EOF: MOD - Wish List 3.5 205 // BOF: MOD - FedEx 206 define('FILENAME_FEDEX_TRACK', 'track_fedex.php'); 207 define('CONTENT_FEDEX_TRACK', 'track_fedex'); 208 define('FILENAME_TRACK_FEDEX', 'track_fedex.php'); 209 define('FILENAME_SHIP_FEDEX', 'ship_fedex.php'); 210 define('FILENAME_SHIPPING_MANIFEST', 'shipping_manifest.php'); 211 // EOF: MOD - FedEx 212 ?>
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 |