]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/copyright.tpl
config.php partly solved, see #117
[mailer.git] / templates / de / html / copyright.tpl
index 7efa31d3a4e662b7313b9510b5edc0b08129cc26..eb0cef1c5d1432811a2c09cfb2ae9d53cc41590c 100644 (file)
@@ -1,10 +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>