| [ 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: events_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 define('CONTENT_ACCOUNT_PASSWORD_FIRST', 'account_password_first'); 14 15 define('FILENAME_ACCOUNT_PASSWORD_FIRST', CONTENT_ACCOUNT_PASSWORD_FIRST . '.php'); 16 17 define('CONTENT_INDEX_EVENTS', 'index_events'); 18 define('CONTENT_INDEX_EVENTS_NESTED', 'index_events_nested'); 19 define('CONTENT_EVENT_INFO', 'event_info'); 20 define('CONTENT_NEW_EVENTS', 'new_events'); 21 define('CONTENT_SESSION_DETAILS', 'session_details'); 22 define('CONTENT_CHECKOUT_EVENT_PAYMENT', 'checkout_event_payment'); 23 define('CONTENT_CHECKOUT_EVENT_CONFIRMATION', 'checkout_event_confirmation'); 24 define('CONTENT_CHECKOUT_EVENT_PROCESS', 'checkout_event_process'); 25 define('CONTENT_CHECKOUT_EVENT_PAYMENT_ADDRESS', 'checkout_event_payment_address'); 26 define('CONTENT_CHECKOUT_EVENT_SUCCESS', 'checkout_event_success'); 27 define('CONTENT_CHECKOUT_EVENT', 'checkout_event'); 28 define('CONTENT_ACCOUNT_RESERVATIONS', 'account_reservations'); 29 define('CONTENT_WITHDRAW_RESERVATIONS', 'withdraw_reservations'); 30 define('CONTENT_EVENTS_INVITE_FRIEND','events_invite_friend'); 31 define('CONTENT_MOVE_RESERVATIONS', 'move_reservations'); 32 define('CONTENT_EVENTS_SURVEYS_ANSWER', 'events_surveys_answer'); 33 define('CONTENT_EVENTS_SURVEYS_PROCESS', 'events_surveys_process'); 34 35 define('FILENAME_SESSION_DETAILS',CONTENT_SESSION_DETAILS . '.php'); 36 define('FILENAME_EVENT_INFO', CONTENT_EVENT_INFO . '.php'); 37 define('FILENAME_NEW_EVENTS', CONTENT_NEW_EVENTS . '.php'); 38 define('FILENAME_EVENT_LISTING_COL', 'event_listing_col.php'); 39 define('FILENAME_CHECKOUT_EVENT',CONTENT_CHECKOUT_EVENT . '.php'); 40 define('FILENAME_ACCOUNT_RESERVATIONS',CONTENT_ACCOUNT_RESERVATIONS . '.php'); 41 define('FILENAME_WITHDRAW_RESERVATIONS',CONTENT_WITHDRAW_RESERVATIONS . '.php'); 42 define('FILENAME_EVENTS_MESSAGES_MAIL','events_messages_mail.php'); 43 define('FILENAME_EVENTS_INVITE_FRIEND',CONTENT_EVENTS_INVITE_FRIEND . '.php'); 44 define('FILENAME_EVENTS_UNSUBSCRIBE','events_unsubscribe.php'); 45 define('FILENAME_MOVE_RESERVATIONS',CONTENT_MOVE_RESERVATIONS . '.php'); 46 define('FILENAME_MOVE_RESERVATIONS_PROCESS','move_reservations_process.php'); 47 define('FILENAME_EVENTS_SURVEYS_ANSWER',CONTENT_EVENTS_SURVEYS_ANSWER . '.php'); 48 define('FILENAME_EVENTS_SURVEYS_PROCESS',CONTENT_EVENTS_SURVEYS_PROCESS . '.php'); 49 define('FILENAME_EVENTS_COMPLETE_REMAINDER','events_complete_remainder.php'); 50 define('CONTENT_EVENTS_VIEW2','events_view2'); 51 define('FILENAME_EVENTS_VIEW2',CONTENT_EVENTS_VIEW2 . '.php'); 52 define('CONTENT_EVENTS_VIEW1','events_view1'); 53 define('FILENAME_EVENTS_VIEW1',CONTENT_EVENTS_VIEW1. '.php'); 54 define('CONTENT_EVENTS_VIEW3','events_view3'); 55 define('FILENAME_EVENTS_VIEW3',CONTENT_EVENTS_VIEW3. '.php'); 56 define('CONTENT_EVENTS_VIEW4','events_view4'); 57 define('FILENAME_EVENTS_VIEW4',CONTENT_EVENTS_VIEW4. '.php'); 58 define('CONTENT_EVENTS_VIEW5','events_view5'); 59 define('FILENAME_EVENTS_VIEW5',CONTENT_EVENTS_VIEW5. '.php'); 60 61 define('CONTENT_EVENTS_VIEWCOPY','events_view1copy'); 62 define('FILENAME_EVENTS_VIEWCOPY',CONTENT_EVENTS_VIEWCOPY. '.php'); 63 64 65 66 67 define('CONTENT_EVENTS_DAY_VIEW','events_day_view'); 68 define('FILENAME_EVENTS_DAY_VIEW',CONTENT_EVENTS_DAY_VIEW . '.php'); 69 define('CONTENT_EVENTS_WEEK_VIEW','events_week_view'); 70 define('FILENAME_EVENTS_WEEK_VIEW',CONTENT_EVENTS_WEEK_VIEW . '.php'); 71 define('CONTENT_EVENTS_MONTH_VIEW','events_month_view'); 72 define('FILENAME_EVENTS_MONTH_VIEW',CONTENT_EVENTS_MONTH_VIEW . '.php'); 73 define('CONTENT_SUBSCRIPTIONS_VIEW','subscription_view'); 74 define('FILENAME_SUBSCRIPTIONS_VIEW',CONTENT_SUBSCRIPTIONS_VIEW . '.php'); 75 define('FILENAME_SUBSCRIPTION_LISTING_COL','subscription_listing_col.php'); 76 define('FILENAME_SUBSCRIPTIONS_INFO','subscription_info.php'); 77 define('CONTENT_INDEX_SUSBCRIPTIONS_NESTED','index_subsription_nested'); 78 define('CONTENT_EVENTS_BOOKING_DETAILS','events_booking_details'); 79 define('CONTENT_SUBSCRIPTION_TRIAL_SUCCESS','subscription_trial_success'); 80 define('CONTENT_SUBSCRIPTION_TRIAL_CONFIRM','subscription_trial_confirm'); 81 82 define('FILENAME_EVENTS_BOOKING_DETAILS',CONTENT_EVENTS_BOOKING_DETAILS . '.php'); 83 define('FILENAME_EVENTS_BOOKING_PROCESS','events_booking_process.php'); 84 //subscriptions 85 define('CONTENT_INDEX_SUBSCRIPTIONS', 'index_subscriptions'); 86 define('CONTENT_INDEX_SUBSCRIPTIONS_NESTED', 'index_subscriptions_nested'); 87 define('CONTENT_SUBSCRIPTION_INFO', 'subscription_info'); 88 define('CONTENT_NEW_SUBSCRIPTION', 'new_subscription'); 89 define('CONTENT_SUBSCRIPTION_INVITE_FRIEND','subscription_invite_friend'); 90 define('CONTENT_ACCOUNT_SUBSCRIPTIONS','account_subscriptions'); 91 92 define('FILENAME_SUBSCRIPTION_INVITE_FRIEND',CONTENT_SUBSCRIPTION_INVITE_FRIEND . '.php'); 93 define('FILENAME_SUBSCRIPTION_INFO', CONTENT_SUBSCRIPTION_INFO . '.php'); 94 define('FILENAME_NEW_SUBSCRIPTION', CONTENT_NEW_SUBSCRIPTION . '.php'); 95 define('FILENAME_SUBSCRIPTION_LISTING_COL','subscription_listing_col.php'); 96 define('FILENAME_SUBSCRIPTION_UNSUBSCRIBE','subscription_unsubscribe.php'); 97 define('FILENAME_ACCOUNT_SUBSCRIPTIONS',CONTENT_ACCOUNT_SUBSCRIPTIONS . '.php'); 98 define('FILENAME_SUBSCRIPTION_TRIAL','subscription_trial.php'); 99 define('FILENAME_CHECKOUT_PROCESS_FREE','checkout_process_free.php'); 100 101 define('FILENAME_SUBSCRIPTION_TRIAL_CONFIRM',CONTENT_SUBSCRIPTION_TRIAL_CONFIRM . '.php'); 102 define('FILENAME_SUBSCRIPTION_TRIAL_SUCCESS',CONTENT_SUBSCRIPTION_TRIAL_SUCCESS . '.php'); 103 104 // modified for wallet payment -start 105 define('CONTENT_WALLET_CHECKOUT_PAYMENT', 'wallet_checkout_payment'); 106 define('CONTENT_WALLET_CHECKOUT_CONFIRMATION', 'wallet_checkout_confirmation'); 107 define('CONTENT_WALLET_CHECKOUT_PROCESS','wallet_checkout_process'); 108 define('CONTENT_WALLET_UPLOADS','wallet_uploads'); 109 define('CONTENT_WALLET_CHECKOUT_SUCCESS','wallet_checkout_success'); 110 111 define('FILENAME_WALLET_CHECKOUT_PAYMENT', CONTENT_WALLET_CHECKOUT_PAYMENT . '.php'); 112 define('FILENAME_WALLET_CHECKOUT_CONFIRMATION', CONTENT_WALLET_CHECKOUT_CONFIRMATION . '.php'); 113 define('FILENAME_WALLET_CHECKOUT_PROCESS', CONTENT_WALLET_CHECKOUT_PROCESS . '.php'); 114 define('FILENAME_WALLET_UPLOADS', CONTENT_WALLET_UPLOADS . '.php'); 115 define('FILENAME_WALLET_CHECKOUT_SUCCESS', CONTENT_WALLET_CHECKOUT_SUCCESS . '.php'); 116 define('FILENAME_XSELL_SUBSCRIPTIONS','xsell_subscriptions_buynow.php'); 117 define('FILENAME_XSELL_SUBSCRIPTIONS_BUYNOW','xsell_subscriptions_buynow.php'); 118 define('FILENAME_ALSO_PURCHASED_SUBSCRIPTIONS','also_purchased_subscription.php'); 119 // modified for wallet payment -end 120 ?>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| [ Powered by PHPXref - Served by Debian GNU/Linux ] |