]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/guest/guest_header.tpl
Several more constants rewritten to getConfig()
[mailer.git] / templates / de / html / guest / guest_header.tpl
index f92e2bf82b57b5d6a7d5e3fa508644e688f56866..829fa3cbb8628f31981a8d6827c52dd96cec5a58 100644 (file)
@@ -4,16 +4,16 @@
        <tr>
                <td colspan="3" align="center" valign="top" class="guest_title"><a
                        name="TOP"></a> <!-- Ab hier Kopf! --> <strong><big>-&nbsp;-&nbsp;-
-               <a title="{!MAIN_TITLE!}"
+               <a title="{?MAIN_TITLE?}"
                        style="cursor: default; background: none; text-decoration: none"
-                       class="guest_header">{!MAIN_TITLE!}</a>&nbsp;-&nbsp;-&nbsp;-</big></strong><br />
+                       class="guest_header">{?MAIN_TITLE?}</a>&nbsp;-&nbsp;-&nbsp;-</big></strong><br />
                <table border="0" cellspacing="0" cellpadding="0" width="100%">
                        <tr>
                                <td width="200"><div class="guest_header">&nbsp;&nbsp;Hallo
                                $username!</div></td>
-                               <td align="center"><div class="guest_header">{!SLOGAN!}</div></td>
-                               <td width="200" align="right"><div class="guest_header">$date_time&nbsp;&nbsp;</div></td>
+                               <td align="center"><div class="guest_header">{?SLOGAN?}</div></td>
+                               <td width="200" align="right"><div class="guest_header">$content[date_time]&nbsp;&nbsp;</div></td>
                        </tr>
                </table>
                <!-- Bis hier Kopf! --></td>
-       </tr>
\ No newline at end of file
+       </tr>