Add TYPO3 master info to footer
This commit is contained in:
parent
946a70bf05
commit
6f0751268e
1 changed files with 4 additions and 1 deletions
|
@ -2,6 +2,9 @@
|
||||||
data-namespace-typo3-fluid="true">
|
data-namespace-typo3-fluid="true">
|
||||||
<footer>
|
<footer>
|
||||||
{f:render(partial: 'FooterMenu', arguments: {pages: footerMenu.0.children})}
|
{f:render(partial: 'FooterMenu', arguments: {pages: footerMenu.0.children})}
|
||||||
<p>ⓒ by Daniel Siepmann 2016 - {f:format.date(format: 'Y', date: 'now')}</p>
|
<p>
|
||||||
|
ⓒ by Daniel Siepmann 2016 - {f:format.date(format: 'Y', date: 'now')}<br>
|
||||||
|
Running <a href="https://typo3.org/" title="The TYPO3 Project and Community – Open Source CMS">TYPO3</a> master
|
||||||
|
</p>
|
||||||
</footer>
|
</footer>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in a new issue