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

11 lines
455 B
HTML
Raw Normal View History

2020-01-08 21:03:54 +01:00
<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})}
2020-01-16 15:27:41 +01:00
<p>
ⓒ by Daniel Siepmann 2016 - {f:format.date(format: 'Y', date: 'now')}<br>
2020-07-06 17:12:28 +02:00
Running <a href="https://typo3.org/" title="The TYPO3 Project and Community Open Source CMS">TYPO3</a>
2020-01-16 15:27:41 +01:00
</p>
2020-01-08 21:03:54 +01:00
</footer>
</html>