]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/impressum.tpl
Next batch of fixed language ids (renamed, see ticket #219)
[mailer.git] / templates / de / html / impressum.tpl
index e444f2fab5afd5238d8f3baa570d07e41c4303b7..44bb6e343bf08495b8ee3375dfc9d385d73aff21 100644 (file)
@@ -1,19 +1,24 @@
-<DIV align="center">\r
-<TABLE border="0" cellspacing="0" cellpadding="0">\r
-       <TR>\r
-               <TD colspan="3" class="impressum_header"><STRONG><U>Impressum</U></STRONG></TD>\r
-       </TR>\r
-       <TR>\r
-               <TD colspan="3" class="impressum_body">&nbsp;</TD>\r
-       </TR>\r
-       <TR>\r
-               <TD class="impressum_body" width="5">&nbsp;</TD>\r
-               <TD class="impressum_body"><img src="{?URL!}/img/impressum.gif" width="250" height="250"><BR>\r
-         <A href="http://www.disclaimer.de/disclaimer.htm">Disclaimer</A><BR>    </TD>\r
-               <TD class="impressum_body" width="5">&nbsp;</TD>\r
-       </TR>\r
-       <TR>\r
-               <TD colspan="3" class="impressum_body">&nbsp;</TD>\r
-       </TR>\r
-</TABLE>\r
-</DIV>
\ No newline at end of file
+<div align="center">
+<table border="0" cellspacing="0" cellpadding="0">
+       <tr>
+               <td colspan="3" class="impressum_header"><strong><u>Impressum</u></strong></td>
+       </tr>
+       <tr>
+               <td class="impressum_body">
+                       <div class="para">
+                               Ihr Name hier!<br />
+                               Ihre Strasse<br />
+                               XX-12345 Demo-Dorf
+                       </div>
+
+                       <div class="para">
+                               Tel.: +49(0)-123-456789
+                       </div>
+
+                       <div class="para">
+                               Email: <a href="mailto:{?WEBMASTER?}">{?WEBMASTER?}</a>
+                       </div>
+               </td>
+       </tr>
+</table>
+</div>