]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/beg/beg_link.tpl
Huge script change, see http://forum.mxchange.org/topic-458.html for details:
[mailer.git] / templates / de / html / beg / beg_link.tpl
index f64e41062783ff64e9ea801b771ba832cb9b16e5..6a7634ffebf394e8202dd88711d65fd66859b3bf 100644 (file)
@@ -1,24 +1,27 @@
 <table border="0" cellspacing="0" cellpadding="0" width="100%" style="height: 100%">
        <tr>
                <td height="10%" align="center">
-                       <div align="center">{!__BEG_BANNER!}</div>
+                       <div align="center">$content[banner]</div>
                </td>
        </tr>
        <tr>
                <td height="80%" align="center">
                <table border="0" cellspacing="0" cellpadding="0" class="beg_table dashed">
                        <tr>
-                               <td align="center" height="50" class="bottom2"><div class="big">{--BEG_LINK_BY_1--}<strong>{?MAIN_TITLE?}</strong>{--BEG_LINK_BY_2--}</div><br />
-                               {--BEG_LINK_USERID_1--}<u>{!__BEG_UID!}</u>{--BEG_LINK_USERID_2--}</td>
+                               <td align="center" height="50" class="bottom2">
+                                       <div class="big">{--BEG_LINK_BY_1--}<strong>{?MAIN_TITLE?}</strong>{--BEG_LINK_BY_2--}</div>
+                                       <br />
+                                       {--BEG_LINK_USERID_1--}<u>$content[userid]</u>{--BEG_LINK_USERID_2--}
+                               </td>
                        </tr>
                        <tr>
                                <td align="center" height="120" class="beg_msg bottom2">
-                               $content[msg]
+                                       $content[message]
                                </td>
                        </tr>
                        <tr>
-                               <td align="center" height="30"><a
-                                       href="{?URL?}/ref.php?ref={!__BEG_UID!}">{--BEG_CONTINUE_REGISTER--}</a>
+                               <td align="center" height="30">
+                                       <a href="{?URL?}/ref.php?ref=$content[userid]">{--BEG_CONTINUE_REGISTER--}</a>
                                </td>
                        </tr>
                </table>
@@ -26,7 +29,7 @@
        </tr>
        <tr>
                <td height="10%" align="center">
-                       <div align="center">{!__BEG_BANNER!}</div>
+                       <div align="center">$content[banner]</div>
                </td>
        </tr>
 </table>