| [ PHPXref.com ] | [ Generated: Sun Jul 20 19:13:40 2008 ] | [ osCommRes 1.2.0 ] |
| [ Index ] [ Variables ] [ Functions ] [ Classes ] [ Constants ] [ Statistics ] | ||
[Summary view] [Print] [Text view]
1 <?php 2 /* 3 $Id: filenames.php,v 1.2 2003/09/24 15:34:33 wilt 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 //added for manual order entry module 14 define('FILENAME_ADMIN', 'admin.php'); 15 define('FILENAME_ADMIN_LOGIN', 'admin_login.php'); 16 define('FILENAME_ADMIN_CREATE_ACCOUNT', 'admin_create_account.php'); 17 define('FILENAME_ADMIN_LIST_PRODUCTS', 'admin_list_products.php'); 18 19 // define the content used in the project 20 define('CONTENT_ACCOUNT', 'account'); 21 define('CONTENT_ACCOUNT_EDIT', 'account_edit'); 22 define('CONTENT_ACCOUNT_HISTORY', 'account_history'); 23 define('CONTENT_ACCOUNT_HISTORY_INFO', 'account_history_info'); 24 define('CONTENT_ACCOUNT_NEWSLETTERS', 'account_newsletters'); 25 define('CONTENT_ACCOUNT_NOTIFICATIONS', 'account_notifications'); 26 define('CONTENT_ACCOUNT_PASSWORD', 'account_password'); 27 define('CONTENT_ADDRESS_BOOK', 'address_book'); 28 define('CONTENT_ADDRESS_BOOK_PROCESS', 'address_book_process'); 29 define('CONTENT_ADVANCED_SEARCH', 'advanced_search'); 30 define('CONTENT_ADVANCED_SEARCH_RESULT', 'advanced_search_result'); 31 define('CONTENT_ALSO_PURCHASED_PRODUCTS', 'also_purchased_products'); 32 define('CONTENT_CHECKOUT_CONFIRMATION', 'checkout_confirmation'); 33 define('CONTENT_CHECKOUT_PAYMENT', 'checkout_payment'); 34 define('CONTENT_CHECKOUT_PAYMENT_ADDRESS', 'checkout_payment_address'); 35 define('CONTENT_CHECKOUT_SHIPPING', 'checkout_shipping'); 36 define('CONTENT_CHECKOUT_SHIPPING_ADDRESS', 'checkout_shipping_address'); 37 define('CONTENT_CHECKOUT_SUCCESS', 'checkout_success'); 38 define('CONTENT_CONTACT_US', 'contact_us'); 39 define('CONTENT_CONDITIONS', 'conditions'); 40 define('CONTENT_COOKIE_USAGE', 'cookie_usage'); 41 define('CONTENT_CREATE_ACCOUNT', 'create_account'); 42 define('CONTENT_CREATE_ACCOUNT_SUCCESS', 'create_account_success'); 43 define('CONTENT_INDEX_DEFAULT', 'index_default'); 44 define('CONTENT_INDEX_NESTED', 'index_nested'); 45 define('CONTENT_INDEX_PRODUCTS', 'index_products'); 46 define('CONTENT_INFO_SHOPPING_CART', 'info_shopping_cart'); 47 define('CONTENT_LOGIN', 'login'); 48 define('CONTENT_LOGOFF', 'logoff'); 49 define('CONTENT_NEW_PRODUCTS', 'new_products'); 50 define('CONTENT_PASSWORD_FORGOTTEN', 'password_forgotten'); 51 define('CONTENT_POPUP_IMAGE', 'popup_image'); 52 define('CONTENT_POPUP_SEARCH_HELP', 'popup_search_help'); 53 define('CONTENT_PRIVACY', 'privacy'); 54 define('CONTENT_PRODUCT_INFO', 'product_info'); 55 define('CONTENT_PRODUCT_LISTING', 'product_listing'); 56 define('CONTENT_PRODUCT_REVIEWS', 'product_reviews'); 57 define('CONTENT_PRODUCT_REVIEWS_INFO', 'product_reviews_info'); 58 define('CONTENT_PRODUCT_REVIEWS_WRITE', 'product_reviews_write'); 59 define('CONTENT_PRODUCTS_NEW', 'products_new'); 60 define('CONTENT_REVIEWS', 'reviews'); 61 define('CONTENT_SHIPPING', 'shipping'); 62 define('CONTENT_SHOPPING_CART', 'shopping_cart'); 63 define('CONTENT_SPECIALS', 'specials'); 64 define('CONTENT_SSL_CHECK', 'ssl_check'); 65 define('CONTENT_TELL_A_FRIEND', 'tell_a_friend'); 66 define('CONTENT_UPCOMING_PRODUCTS', 'upcoming_products'); 67 define('CONTENT_CHECKOUT_PROCESS', 'checkout_process'); 68 define('CONTENT_AFFILIATE_TERMS','affiliate_terms'); 69 70 // Lango added for GV FAQ: BOF 71 define('CONTENT_GV_FAQ', 'gv_faq'); 72 define('CONTENT_GV_REDEEM', 'gv_redeem'); 73 define('CONTENT_GV_SEND', 'gv_send'); 74 // Lango added for GV FAQ: EOF 75 76 // Lango added for Affiliate Mod: BOF 77 define('CONTENT_AFFILIATE', 'affiliate_affiliate'); 78 define('CONTENT_AFFILIATE_SIGNUP', 'affiliate_signup'); 79 define('CONTENT_AFFILIATE_BANNERS', 'affiliate_banners'); 80 define('CONTENT_AFFILIATE_SUMMARY', 'affiliate_summary'); 81 define('CONTENT_AFFILIATE_DETAILS', 'affiliate_details'); 82 define('CONTENT_AFFILIATE_CLICKS', 'affiliate_clicks'); 83 define('CONTENT_AFFILIATE_CONTACT', 'affiliate_contact'); 84 define('CONTENT_AFFILIATE_PAYMENT', 'affiliate_payment'); 85 define('CONTENT_AFFILIATE_FAQ', 'affiliate_faq'); 86 define('CONTENT_AFFILIATE_INFO', 'affiliate_info'); 87 define('CONTENT_AFFILIATE_LOGOUT', 'affiliate_logout'); 88 define('CONTENT_AFFILIATE_PASSWORD_FORGOTTEN', 'affiliate_password_forgotten'); 89 // Lango added for Affiliate Mod: EOF 90 91 // Lango Added for Down for Maintainance Mod: BOF 92 define('CONTENT_DOWN_FOR_MAINTAINANCE', 'down_for_maintenance'); 93 // Lango Added for Down for Maintainance Mod: EOF 94 95 // Lango added forALL_PRODS: BOF 96 define('CONTENT_ALL_PRODS', 'allprods'); 97 // Lango added forALL_PRODS: EOF 98 99 // Lango added for osC-PrintOrder v1.0: BOF 100 define('CONTENT_ORDERS_PRINTABLE', 'printorder'); 101 // Lango added for osC-PrintOrder v1.0: EOF 102 103 // Lango added for Featured products: BOF 104 define('CONTENT_FEATURED', 'featured'); 105 define('CONTENT_FEATURED_PRODUCTS', 'featured_products'); 106 // Lango added for Featured products: EOF 107 108 define('FILENAME_FEATURED', 'featured.php'); 109 define('FILENAME_FEATURED_PRODUCTS', 'featured_products.php'); // This is the featured products page 110 111 // define the filenames used in the project 112 define('FILENAME_ACCOUNT', CONTENT_ACCOUNT . '.php'); 113 define('FILENAME_ACCOUNT_EDIT', CONTENT_ACCOUNT_EDIT . '.php'); 114 define('FILENAME_ACCOUNT_HISTORY', CONTENT_ACCOUNT_HISTORY . '.php'); 115 define('FILENAME_ACCOUNT_HISTORY_INFO', CONTENT_ACCOUNT_HISTORY_INFO . '.php'); 116 define('FILENAME_ACCOUNT_NEWSLETTERS', CONTENT_ACCOUNT_NEWSLETTERS . '.php'); 117 define('FILENAME_ACCOUNT_NOTIFICATIONS', CONTENT_ACCOUNT_NOTIFICATIONS . '.php'); 118 define('FILENAME_ACCOUNT_PASSWORD', CONTENT_ACCOUNT_PASSWORD . '.php'); 119 120 define('FILENAME_ADDRESS_BOOK', CONTENT_ADDRESS_BOOK . '.php'); 121 define('FILENAME_ADDRESS_BOOK_PROCESS', CONTENT_ADDRESS_BOOK_PROCESS . '.php'); 122 define('FILENAME_ADVANCED_SEARCH', CONTENT_ADVANCED_SEARCH . '.php'); 123 define('FILENAME_ADVANCED_SEARCH_RESULT', CONTENT_ADVANCED_SEARCH_RESULT . '.php'); 124 define('FILENAME_ALSO_PURCHASED_PRODUCTS', CONTENT_ALSO_PURCHASED_PRODUCTS . '.php'); 125 define('FILENAME_CHECKOUT_CONFIRMATION', CONTENT_CHECKOUT_CONFIRMATION . '.php'); 126 define('FILENAME_CHECKOUT_PAYMENT', CONTENT_CHECKOUT_PAYMENT . '.php'); 127 define('FILENAME_CHECKOUT_PAYMENT_ADDRESS', CONTENT_CHECKOUT_PAYMENT_ADDRESS . '.php'); 128 define('FILENAME_CHECKOUT_PROCESS', CONTENT_CHECKOUT_PROCESS . '.php'); 129 define('FILENAME_CHECKOUT_SHIPPING', CONTENT_CHECKOUT_SHIPPING . '.php'); 130 define('FILENAME_CHECKOUT_SHIPPING_ADDRESS', CONTENT_CHECKOUT_SHIPPING_ADDRESS . '.php'); 131 define('FILENAME_CHECKOUT_SUCCESS', CONTENT_CHECKOUT_SUCCESS . '.php'); 132 define('FILENAME_CONTACT_US', CONTENT_CONTACT_US . '.php'); 133 define('FILENAME_CONDITIONS', CONTENT_CONDITIONS . '.php'); 134 define('FILENAME_COOKIE_USAGE', CONTENT_COOKIE_USAGE . '.php'); 135 define('FILENAME_CREATE_ACCOUNT', CONTENT_CREATE_ACCOUNT . '.php'); 136 define('FILENAME_CREATE_ACCOUNT_SUCCESS', CONTENT_CREATE_ACCOUNT_SUCCESS . '.php'); 137 define('FILENAME_DEFAULT', 'index.php'); 138 define('FILENAME_DEFAULT_SPECIALS', 'default_specials.php'); 139 define('FILENAME_DOWNLOAD', CONTENT_DOWNLOAD . '.php'); 140 define('FILENAME_INFO_SHOPPING_CART', CONTENT_INFO_SHOPPING_CART . '.php'); 141 define('FILENAME_LOGIN', CONTENT_LOGIN . '.php'); 142 define('FILENAME_AUTOLOGIN', 'autologin.php'); 143 define('FILENAME_LOGOFF', CONTENT_LOGOFF . '.php'); 144 define('FILENAME_NEW_PRODUCTS', CONTENT_NEW_PRODUCTS . '.php'); 145 define('FILENAME_PASSWORD_FORGOTTEN', CONTENT_PASSWORD_FORGOTTEN . '.php'); 146 define('FILENAME_POPUP_IMAGE', CONTENT_POPUP_IMAGE . '.php'); 147 define('FILENAME_POPUP_SEARCH_HELP', CONTENT_POPUP_SEARCH_HELP . '.php'); 148 define('FILENAME_PRIVACY', CONTENT_PRIVACY . '.php'); 149 define('FILENAME_PRODUCT_INFO', CONTENT_PRODUCT_INFO . '.php'); 150 define('FILENAME_PRODUCT_LISTING', CONTENT_PRODUCT_LISTING . '.php'); 151 define('FILENAME_PRODUCT_REVIEWS', CONTENT_PRODUCT_REVIEWS . '.php'); 152 define('FILENAME_PRODUCT_REVIEWS_INFO', CONTENT_PRODUCT_REVIEWS_INFO . '.php'); 153 define('FILENAME_PRODUCT_REVIEWS_WRITE', CONTENT_PRODUCT_REVIEWS_WRITE . '.php'); 154 define('FILENAME_PRODUCTS_NEW', CONTENT_PRODUCTS_NEW . '.php'); 155 define('FILENAME_REDIRECT', 'redirect.php'); 156 define('FILENAME_REVIEWS', CONTENT_REVIEWS . '.php'); 157 define('FILENAME_SHIPPING', CONTENT_SHIPPING . '.php'); 158 define('FILENAME_SHOPPING_CART', CONTENT_SHOPPING_CART . '.php'); 159 define('FILENAME_SPECIALS', CONTENT_SPECIALS . '.php'); 160 define('FILENAME_SSL_CHECK', CONTENT_SSL_CHECK . '.php'); 161 define('FILENAME_TELL_A_FRIEND', CONTENT_TELL_A_FRIEND . '.php'); 162 define('FILENAME_UPCOMING_PRODUCTS', CONTENT_UPCOMING_PRODUCTS . '.php'); 163 define('FILENAME_CHECKOUT_PAYPALIPN', 'checkout_paypalipn.php'); // PAYPALIPN 164 165 // Added for Xsell Products Mod 166 define('FILENAME_XSELL_PRODUCTS', 'xsell_products_buynow.php'); 167 define('FILENAME_PRODUCT_LISTING_COL', 'product_listing_col.php'); 168 define('FILENAME_XSELL_PRODUCTS_BUYNOW', 'xsell_products_buynow.php'); 169 170 //BEGIN allprods modification 171 define('FILENAME_ALLPRODS', 'allprods.php'); 172 //END allprods modification 173 define('FILENAME_DYNAMIC_MOPICS', 'dynamic_mopics.php'); 174 175 // Lango Added for GV_FAQ: BOF 176 define('FILENAME_GV_FAQ', CONTENT_GV_FAQ . '.php'); 177 // Lango Added for GV_FAQ: BOF 178 179 // MaxiDVD Added Line For WYSIWYG HTML Area: BOF 180 define('FILENAME_DEFINE_MAINPAGE', 'mainpage.php'); 181 // MaxiDVD Added Line For WYSIWYG HTML Area: EOF 182 183 184 // Lango added for Affiliate Mod: BOF 185 define('FILENAME_AFFILIATE', CONTENT_AFFILIATE . '.php'); 186 define('FILENAME_AFFILIATE_SIGNUP', CONTENT_AFFILIATE_SIGNUP . '.php'); 187 define('FILENAME_AFFILIATE_BANNERS', CONTENT_AFFILIATE_BANNERS . '.php'); 188 define('FILENAME_AFFILIATE_SUMMARY', CONTENT_AFFILIATE_SUMMARY . '.php'); 189 define('FILENAME_AFFILIATE_DETAILS', CONTENT_AFFILIATE_DETAILS . '.php'); 190 define('FILENAME_AFFILIATE_CLICKS', CONTENT_AFFILIATE_CLICKS . '.php'); 191 define('FILENAME_AFFILIATE_CONTACT', CONTENT_AFFILIATE_CONTACT . '.php'); 192 define('FILENAME_AFFILIATE_PAYMENT', CONTENT_AFFILIATE_PAYMENT . '.php'); 193 define('FILENAME_AFFILIATE_FAQ', CONTENT_AFFILIATE_FAQ . '.php'); 194 define('FILENAME_AFFILIATE_INFO', CONTENT_AFFILIATE_INFO . '.php'); 195 define('FILENAME_AFFILIATE_LOGOUT', CONTENT_AFFILIATE_LOGOUT . '.php'); 196 define('FILENAME_AFFILIATE_PASSWORD_FORGOTTEN', CONTENT_PASSWORD_FORGOTTEN . '.php'); 197 // Lango added for Affiliate Mod: BOF 198 199 // Lango Added for ALL_PODS Mod: BOF 200 define('FILENAME_ALL_PRODS', CONTENT_ALL_PRODS . '.php'); 201 // Lango Added for ALL_PRODS Mod: EOF 202 203 // Lango Added for ALL_PODS Mod: BOF 204 define('FILENAME_ORDERS_PRINTABLE', CONTENT_ORDERS_PRINTABLE . '.php'); 205 // Lango Added for ALL_PRODS Mod: EOF 206 207 // Lango Added for Featured Products: BOF 208 define('FILENAME_FEATURED', CONTENT_FEATURED . '.php'); 209 define('FILENAME_FEATURED_PRODUCTS', CONTENT_FEATURED_PRODUCTS . '.php'); 210 // Lango Added for Featured Product: EOF 211 212 // Lango Added for ALL_PODS Mod: BOF 213 define('FILENAME_POPUP_AFFILIATE_HELP', 'popup_affiliate_help.php'); 214 // Lango Added for ALL_PRODS Mod: EOF 215 216 217 // define the templatenames used in the project 218 define('TEMPLATENAME_BOX', 'box.tpl.php'); 219 define('TEMPLATENAME_MAIN_PAGE', 'main_page.tpl.php'); 220 define('TEMPLATENAME_POPUP', 'popup.tpl.php'); 221 define('TEMPLATENAME_STATIC', 'static.tpl.php'); 222 223 require (DIR_WS_INCLUDES . "events_filenames.php"); 224 ?>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| [ Powered by PHPXref - Served by Debian GNU/Linux ] |