]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_welcome.tpl
Fix for template error
[mailer.git] / templates / de / html / admin / admin_welcome.tpl
index 5b0dde1a7d771ce08d43d4e31a6a8116f482f0d2..5c24091bbd9835e32f4df743e587dcebb6357ac2 100644 (file)
@@ -1,9 +1,14 @@
-<strong>: : : Willkommen zum Administrationsbereich : : :</strong>
-<br />
+<div align="center">
+       <strong>: : : Willkommen zum Administrationsbereich : : :</strong>
+</div>
+
+<div>
 <table border="0" cellspacing="0" cellpadding="0" width="100%">
        <tr>
                <td>
-                       <div align="left" class="tiny">&nbsp;&nbsp;Hallo $username!</div>
+                       <div align="left" class="tiny">
+                               Hallo {%pipe,getUsername%}!
+                       </div>
                </td>
                <td align="center" width="300" class="dashed tiny">
                        Aktueller Admin:
@@ -14,3 +19,4 @@
                </td>
        </tr>
 </table>
+</div>