X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fmember%2Fwhat-surfbar_book.php;h=f551ef47b7591c74e7b59193e56a1fa6505a87ab;hb=7973c37a5d7b2d1730e45e921396cfe3f627763d;hp=528c3d2b9bb0bc8ebe4525c83ad03d72573a9ec4;hpb=963e55ca1ea79e255f235e359cde9f7862191dc5;p=mailer.git diff --git a/inc/modules/member/what-surfbar_book.php b/inc/modules/member/what-surfbar_book.php index 528c3d2b9b..f551ef47b7 100644 --- a/inc/modules/member/what-surfbar_book.php +++ b/inc/modules/member/what-surfbar_book.php @@ -1,83 +1,3 @@ 0) { - // URL added and waiting for unlock - $msg = MEMBER_SURFBAR_URL_ADDED; - } else { - // Something went wrong! - $msg = MEMBER_SURFBAR_URL_NOT_ADDED; - } - - // Load message template - LOAD_TEMPLATE("admin_settings_saved", false, $msg); -} else { - // Prepare some content - $content = array( - 'reward' => TRANSLATE_COMMA(SURFBAR_DETERMINE_REWARD()), - 'costs' => TRANSLATE_COMMA(SURFBAR_DETERMINE_COSTS()), - 'max_order' => $_CONFIG['surfbar_max_order'], - 'curr_order' => SURFBAR_GET_TOTAL_USER_URLS() - ); - - // Load surfbar order form - LOAD_TEMPLATE(sprintf("member_surfbar_book_%s", strtolower($_CONFIG['surfbar_pay_model'])), false, $content); -} - -// +// @DEPRECATED ?>