]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/beg/beg_done.tpl
secureString() does now no longer encode in entities by default, XHTML fixes, missing...
[mailer.git] / templates / de / html / beg / beg_done.tpl
index ba1ed5d9953db22a04c7cf7b6686c81372011588..8443dea174131c7388cf81c5fdc258508993fd23 100644 (file)
@@ -1,9 +1,9 @@
-<TABLE border="0" cellspacing="0" cellpadding="0" width="100%">
-       <TR>
-               <TD align="center">
-               <P>{--BEG_UID_STEAL_1--}<STRONG>{!__BEG_UID!}</STRONG>{--BEG_UID_STEAL_2--}<STRONG>{!__BEG_POINTS!}</STRONG>{--BEG_UID_STEAL_3--}</P>
-               <P>{--BEG_CLICKS_1--}<STRONG>{!__BEG_CLICKS!}</STRONG>{--BEG_CLICKS_2--}</P>
+<table border="0" cellspacing="0" cellpadding="0" width="100%">
+       <tr>
+               <td align="center">
+               <P>{--BEG_UID_STEAL_1--}<strong>$content[userid]</strong>{--BEG_UID_STEAL_2--}<strong>$content[points]</strong>{--BEG_UID_STEAL_3--}</P>
+               <P>{--BEG_CLICKS_1--}<strong>$content[clicks]</strong>{--BEG_CLICKS_2--}</P>
                <P align="right">{--BEG_THANKS_FOR_CLICK--}</P>
-               </TD>
-       </TR>
-</TABLE>
+               </td>
+       </tr>
+</table>