X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fmember%2Fwhat-surfbar_start.php;h=26f8c725230ce957684824582f4422ca523258c4;hb=34db702d004b245e5528b0ba20c6de441f61820a;hp=65dddf0dc441b654ba9ca2df7ad8959a2142ff7f;hpb=c67165a2e80230515a0c0897ee53bb177f7d88dd;p=mailer.git diff --git a/inc/modules/member/what-surfbar_start.php b/inc/modules/member/what-surfbar_start.php index 65dddf0dc4..26f8c72523 100644 --- a/inc/modules/member/what-surfbar_start.php +++ b/inc/modules/member/what-surfbar_start.php @@ -1,7 +1,7 @@ TRANSLATE_COMMA($_CONFIG['surfbar_static_reward']), - 'surfbar_static_time' => CREATE_FANCY_TIME($_CONFIG['surfbar_static_time']), - 'surfbar_static_lock' => CREATE_FANCY_TIME($_CONFIG['surfbar_static_lock']), - 'surfbar_dynamic_percent' => TRANSLATE_COMMA($_CONFIG['surfbar_dynamic_percent']) + 'surfbar_total_urls' => SURFBAR_GET_TOTAL_URLS('ACTIVE', 0) ); +// In dynamic mode we need some more data +if (getConfig('surfbar_pay_model') == 'DYNAMIC') { + // Prepare content for dynamic surfbar + $content = array( + 'surfbar_total_urls' => SURFBAR_GET_TOTAL_URLS('ACTIVE', 0), + ); +} // END - if + // Load the template -LOAD_TEMPLATE("member_start_".strtolower($_CONFIG['surfbar_pay_model']), false, $content); +loadTemplate('member_surfbar_start_' . strtolower(getConfig('surfbar_pay_model')), false, $content); // Load surfbar link template -LOAD_TEMPLATE("member_surfbar_link"); +loadTemplate('member_surfbar_link'); -// +// [EOF] ?>