]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/copyright.tpl
Huge rewrite of default parameters, ext-network continued:
[mailer.git] / templates / de / html / copyright.tpl
index 7efa31d3a4e662b7313b9510b5edc0b08129cc26..6727b6747ae130b9b291b9054904d5344c57afe6 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">
+<ul class="copyright_box">
+<li class="copyright_lines"><span class="copyright_lines">
+       {?TITLE?}
+       v{?FULL_VERSION?} R{?CURR_SVN_REVISION?}<br />
+       {?COPY?}
+</span></li>
+
+<li class="copyright_lines"><span class="copyright_lines">
+       This website&#39;s engine is free software which is released under the GNU
+       GPL either version 2 of the License.
+</span></li>
+</ul>
+</div>