templates/bundles/SyliusShopBundle/Layout/Footer/Grid/_legalInformation.html.twig line 1

Open in your IDE?
  1. <div id="second" class="footer--text-column">
  2.     <div class="text-xs uppercase text-topaz-400">{{ 'app.ui.footer.legal_information'|trans }}</div>
  3.     <div class="text-column-content">
  4.         <div class="text-column-content-list">
  5.             {{ hyf_get_link_for_code_with_suffix('privacy_policy', 'legal', {'attr': {'class': 'footer-link text-sm'}}) }}
  6.             {{ hyf_get_link_for_code_with_suffix('general_terms', 'legal', {'attr': {'class': 'footer-link text-sm'}}) }}
  7.             {{ hyf_get_link_for_code_with_suffix('vendor_terms', 'legal', {'attr': {'class': 'footer-link text-sm'}}) }}
  8.             {{ hyf_get_link_for_code_with_suffix('imprint', 'legal', {'attr': {'class': 'footer-link text-sm'}}) }}
  9.         </div>
  10.     </div>
  11. </div>