Huge script change, see http://forum.mxchange.org/topic-458.html for details:
[mailer.git] / templates / de / html / member / member_beg.tpl
index 3ddc5637f4265d53e372bd57134af1e9cf53d29b..59bf176307592f11aeee49fcf3c07120d76b43ff 100644 (file)
@@ -7,7 +7,7 @@
        <tr>
                <td align="center" class="beg_msg" height="60">
                {--BEG_MEMBER_YOUR_LINK--}:<br />
-               <strong><a href="{?URL?}/beg.php?uid={!__BEG_UID!}">{?URL?}/beg.php?uid={!__BEG_UID!}</a></strong>
+               <strong><a href="{?URL?}/beg.php?userid=$content[userid]">{?URL?}/beg.php?userid=$content[userid]</a></strong>
                </td>
        </tr>
        <tr>
@@ -16,7 +16,7 @@
        <tr>
                <td align="center" class="beg_msg" height="60">
                {--BEG_MEMBER_CLICKS_TOTAL--}:<br />
-               <strong>{!__BEG_CLICKS!}</strong></td>
+               <strong>$content[clicks]</strong></td>
        </tr>
        <tr>
                <td height="5" class="seperator">&nbsp;</td>
        </tr>
        <tr>
                <td align="left" class="beg_msg">
-               <P>{--BEG_MEMBER_EARN_1--} <strong>{!__BEG_POINTS!}
-               {?POINTS?}</strong> {--BEG_MEMBER_EARN_2--} <strong>{!__BEG_POINTS_MAX!}
+               <P>{--BEG_MEMBER_EARN_1--} <strong>$content[points]
+               {?POINTS?}</strong> {--BEG_MEMBER_EARN_2--} <strong>$content[points_max]
                {?POINTS?}</strong> {--BEG_MEMBER_EARN_3--}</P>
-               <P>{--BEG_MEMBER_TIMEOUT_1--} <strong>{!__BEG_TIMEOUT!}</strong>
+               <P>{--BEG_MEMBER_TIMEOUT_1--} <strong>$content[timeout]</strong>
                {--BEG_MEMBER_TIMEOUT_2--}</P>
                <P align="right">{--BEG_MEMBER_HAVE_FUN--}</P>
                </td>