X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=inc%2Fmodules%2Fmember%2Fwhat-surfbar_start.php;h=21ce6ee83cbfadea971a91d710ed3ab973bb10d9;hb=e8ca54fe91872ab95a6ffdc4f1268bf18889021d;hp=6ce70f50cad61970602a55131ee343ff5cac3abe;hpb=09f5758c42a33a56bdd461c946ffe759a59c54aa;p=mailer.git diff --git a/inc/modules/member/what-surfbar_start.php b/inc/modules/member/what-surfbar_start.php index 6ce70f50ca..21ce6ee83c 100644 --- a/inc/modules/member/what-surfbar_start.php +++ b/inc/modules/member/what-surfbar_start.php @@ -14,8 +14,6 @@ * $Date:: $ * * $Tag:: 0.2.1-FINAL $ * * $Author:: $ * - * Needs to be in all Files and every File needs "svn propset * - * svn:keywords Date Revision" (autoprobset!) at least!!!!!! * * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2009 by Roland Haeder * * Copyright (c) 2009, 2010 by Mailer Developer Team * @@ -45,7 +43,7 @@ if (!defined('__SECURITY')) { } // Add description as navigation point -addMenuDescription('member', __FILE__); +addYouAreHereLink('member', __FILE__); if ((!isExtensionActive('surfbar')) && (!isAdmin())) { loadTemplate('admin_settings_saved', false, generateExtensionInactiveNotInstalledMessage('surfbar')); @@ -54,28 +52,14 @@ if ((!isExtensionActive('surfbar')) && (!isAdmin())) { // Prepare content for output $content = array( - 'surfbar_static_reward' => translateComma(getConfig('surfbar_static_reward')), - 'surfbar_static_time' => createFancyTime(getConfig('surfbar_static_time')), - 'surfbar_static_lock' => createFancyTime(getConfig('surfbar_static_lock')), 'surfbar_total_urls' => SURFBAR_GET_TOTAL_URLS('ACTIVE', 0) ); // In dynamic mode we need some more data if (getConfig('surfbar_pay_model') == 'DYNAMIC') { - // Total URLs + // Prepare content for dynamic surfbar $content = array( - 'surfbar_dynamic_percent' => translateComma(getConfig('surfbar_dynamic_percent')), - 'surfbar_total_urls' => SURFBAR_GET_TOTAL_URLS('ACTIVE', 0), - 'surfbar_user_urls' => SURFBAR_GET_TOTAL_USER_URLS(), - 'surfbar_total_online' => SURFBAR_DETERMINE_TOTAL_ONLINE(), - 'surfbar_total_users' => translateComma(countSumTotalData('CONFIRMED', 'user_data', 'userid', 'status', true)), - 'surfbar_min_reward' => translateComma(SURFBAR_CALCULATE_DYNAMIC_MIN_VALUE()), - 'surfbar_max_reward' => translateComma(SURFBAR_CALCULATE_DYNAMIC_MAX_VALUE()), - 'surfbar_min_time' => createFancyTime(SURFBAR_CALCULATE_DYNAMIC_MIN_VALUE()), - 'surfbar_max_time' => createFancyTime(SURFBAR_CALCULATE_DYNAMIC_MAX_VALUE()), - 'surfbar_dynamic_lock' => createFancyTime(SURFBAR_CALCULATE_DYNAMIC_LOCK()), - 'surfbar_static_reward' => translateComma(getConfig('surfbar_static_reward')), - 'surfbar_static_time' => createFancyTime(getConfig('surfbar_static_time')) + 'surfbar_total_urls' => SURFBAR_GET_TOTAL_URLS('ACTIVE', 0), ); } // END - if @@ -85,5 +69,5 @@ loadTemplate('member_surfbar_start_' . strtolower(getConfig('surfbar_pay_model') // Load surfbar link template loadTemplate('member_surfbar_link'); -// +// [EOF] ?>