X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fmember%2Fwhat-rallyes.php;h=f246691a83547ed0213c87b292c59340f3b2b9ba;hp=7664ad0656a9ea7e3da887e7da934c3910e73e83;hb=a443166d3f417109c905dc399ee7149ca4de6319;hpb=c2e17d983fcbc0c3bd1dd37908d87c678f0367df diff --git a/inc/modules/member/what-rallyes.php b/inc/modules/member/what-rallyes.php index 7664ad0656..f246691a83 100644 --- a/inc/modules/member/what-rallyes.php +++ b/inc/modules/member/what-rallyes.php @@ -1,7 +1,7 @@ = ($content['end_time'] - getConfig('ONE_DAY'))) { // Rallye will expire in less one day! - $content['extras'] = getMessage('RALLYE_EXPIRE_ONE_DAY'); + $content['extras'] = '{--RALLYE_EXPIRE_ONE_DAY--}'; } else { // Link to referal links page - $content['extras'] = "{--RALLYE_GET_REFLINK--}"; + $content['extras'] = '{--RALLYE_GET_REFERAL_LINK--}'; } // Set admin line (currently set to impressum, later to contact form) - // @TODO Reactivate this: $content['admin'] = "".$content['login'].""; + // @TODO Reactivate this: $content['admin'] = '' . $content['login'] . ''; // Handle description... if ((empty($content['descr'])) && (!empty($content['template']))) { @@ -104,12 +106,12 @@ if (SQL_NUMROWS($result) == 1) { if ($expired === true) { $content['prices'] = addReferalRallyeWinners($content['id']); - $content['top_users'] = "
".$content['extras']."
"; - $content['can_win_this'] = getMessage('RALLYE_OUR_WINNERS_ARE'); + $content['top_users'] = '
' . $content['extras'] . '
'; + $content['can_win_this'] = '{--RALLYE_OUR_WINNERS_ARE--}'; } else { $content['prices'] = addReferalRallyePrices($content['id'], 'html'); - $content['top_users'] = addReferalRallyeTopUsers($content['id'], getUserId()); - $content['can_win_this'] = getMessage('RALLYE_YOU_CAN_WIN'); + $content['top_users'] = addReferalRallyeTopUsers($content['id'], getMemberId()); + $content['can_win_this'] = '{--RALLYE_YOU_CAN_WIN--}'; } // And load final template