]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/copyright.tpl
Fix for template ext_lead.tpl, thanks to narutofanxxxll
[mailer.git] / templates / de / html / copyright.tpl
index 7d07e736869d70ed6da1da889c94c419ef138847..eb0cef1c5d1432811a2c09cfb2ae9d53cc41590c 100644 (file)
@@ -1,12 +1,14 @@
-<TABLE border="0" cellspacing="0" cellpadding="0" align="center">
-       <TR>
-               <TD align="center" class="footer_lines">
-                       {!TITLE!} v{!FULL_VERSION!} R{!CURR_SVN_REVISION!}<br />
-                       Copyright &copy; 2003 - 2008 by Roland H&auml;der
-               </TD>
-               <TD align="center" width="50%" class="footer_lines">This
-                       website&#39;s engine is free software which is released under the
-                       GNU GPL either version 2 of the License.
-               </TD>
-       </TR>
-</TABLE>
+<div align="center">
+<div class="footer_box">
+<div class="footer_lines" style="float:left">
+       {!TITLE!}
+       v{!FULL_VERSION!} R{!CURR_SVN_REVISION!}<br />
+       {!COPY!}
+</div>
+
+<div class="footer_lines" style="float:right">
+       This website&#39;s engine is free software which is released under the GNU
+       GPL either version 2 of the License.
+</div>
+</div>
+</div>