]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/impressum.tpl
Added update_year.sh (still not fully flexible) and updated all years with it.
[mailer.git] / templates / de / html / impressum.tpl
index e444f2fab5afd5238d8f3baa570d07e41c4303b7..17b7022baafcf3682198cc61370ed91b9307c6bc 100644 (file)
@@ -1,19 +1,27 @@
-<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="table_header">
+               <u>Impressum</u>
+       </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>