X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fguest%2Fwhat-beg.php;h=07a7d8b6cf257198c35a5182d48e2e64cccb81f8;hb=537df432292cb0aa63070479258e3e84b182a28b;hp=408b0fead1ae23352ddd8754d30fd81d5a57f0c7;hpb=09f5758c42a33a56bdd461c946ffe759a59c54aa;p=mailer.git diff --git a/inc/modules/guest/what-beg.php b/inc/modules/guest/what-beg.php index 408b0fead1..07a7d8b6cf 100644 --- a/inc/modules/guest/what-beg.php +++ b/inc/modules/guest/what-beg.php @@ -50,17 +50,10 @@ if ((!isExtensionActive('beg')) && (!isAdmin())) { return; } // END - if -// Prepare constants -$content['points'] = translateComma(getConfig('beg_points')); -$content['points_max'] = translateComma(getConfig('beg_points_max')); -$content['userid'] = determineReferalId(); - -// Selection boxes are now the default -$content['timeout'] = createFancyTime(getConfig('beg_timeout')); // @TODO No more needed? define('__BEG_UID_TIMEOUT', createFancyTime(getConfig('beg_userid_timeout'))); // Load final template -loadTemplate('guest_beg', false, $content); +loadTemplate('guest_beg'); // [EOF] ?>