10 lines
462 B
HTML
10 lines
462 B
HTML
<html xmlns:f="http://typo3.org/ns/TYPO3/CMS/Fluid/ViewHelpers"
|
||
data-namespace-typo3-fluid="true">
|
||
<footer>
|
||
{f:render(partial: 'FooterMenu', arguments: {pages: footerMenu.0.children})}
|
||
<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>
|
||
</html>
|