]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/copyright.tpl
Hotfix
[mailer.git] / templates / de / html / copyright.tpl
index eb0cef1c5d1432811a2c09cfb2ae9d53cc41590c..89c86e42d00a3de4d521c5e0e311c21934dfc76b 100644 (file)
@@ -1,14 +1,14 @@
 <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>
+<ul class="copyright_box">
+<li class="copyright_lines"><span class="copyright_lines">
+       {?TITLE?}
+       v{?FULL_VERSION?} R{?CURRENT_REPOSITORY_REVISION?}<br />
+       {?COPY?}
+</span></li>
 
-<div class="footer_lines" style="float:right">
+<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.
-</div>
-</div>
+</span></li>
+</ul>
 </div>