]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_welcome_admins.tpl
New extension added, more EL-rewrites, naming-convention applied:
[mailer.git] / templates / de / html / admin / admin_welcome_admins.tpl
index 90fff32422e363f28006bf5f7261db314463c725..afa73d449b0d1c8d64f6b3c7621b32e439bbd43a 100644 (file)
@@ -4,15 +4,15 @@
        <tr>
                <td>
                        <div align="left" class="medium">
-                               Hallo $username!
+                               Hallo {%pipe,getUsername%}!
                        </div>
                </td>
                <td align="center" width="300" class="dashed tiny">
                        Aktueller Admin:
-                       [<a class="tiny" href="{?URL?}/modules.php?module=admin&amp;what=admins_edit&amp;admin=$content[id]"><strong>$content[login]</strong></a>]
+                       [<a class="tiny" href="{%url=modules.php?module=admin&amp;what=admins_edit&amp;admin=$content[id]%}"><strong>$content[login]</strong></a>]
                </td>
-               <td align="center" width="100" class="admin_logout top2 bottom2 right2">
-                       <a class="admin_logout tiny" href="{?URL?}/modules.php?module=admin&amp;action=logout">Ausloggen</a>
+               <td align="center" width="100" class="admin_logout top bottom right">
+                       <a class="admin_logout tiny" href="{%url=modules.php?module=admin&amp;action=logout%}">Ausloggen</a>
                </td>
        </tr>
 </table>