7 lines
310 B
HTML
7 lines
310 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')}</p>
|
|
</footer>
|
|
</html>
|