ds-site/Resources/Private/Partials/Page/Footer.html

10 lines
462 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<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>