Legalnavigation.html 252 B

123456789
  1. <html xmlns:f="http://typo3.org/ns/TYPO3/CMS/Fluid/ViewHelpers" data-namespace-typo3-fluid="true">
  2. <f:for each="{legalnavigation}" as="item" iteration="iterator">
  3. <a class="footer-links" href="{item.link}">
  4. {item.title}
  5. </a>
  6. </f:for>
  7. </html>