use calculated current year for copyright info
This commit is contained in:
parent
b469942114
commit
9896c546c3
1 changed files with 2 additions and 1 deletions
|
@ -66,7 +66,8 @@
|
||||||
<div id="footer" class="footer clear"
|
<div id="footer" class="footer clear"
|
||||||
metal:define-macro="footer">
|
metal:define-macro="footer">
|
||||||
<metal:footer define-slot="footer">
|
<metal:footer define-slot="footer">
|
||||||
© Copyright 2011, cyberconcepts IT-Consulting Dr. Helmut Merz
|
© Copyright <span tal:replace="view/currentYear" />,
|
||||||
|
cyberconcepts IT-Consulting Dr. Helmut Merz
|
||||||
(<a href="#"
|
(<a href="#"
|
||||||
tal:attributes="href string:${view/topMenu/url}/impressum">Impressum</a>)
|
tal:attributes="href string:${view/topMenu/url}/impressum">Impressum</a>)
|
||||||
<br />
|
<br />
|
||||||
|
|
Loading…
Add table
Reference in a new issue