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

Open in your IDE?
  1. <div id="first" class="footer--text-column">
  2.     
  3.     <div class="text-column-content">
  4.         <div class="text-xs uppercase text-topaz-400">{{ 'app.ui.hyfindr'|trans }}</div>
  5.         <div class="text-column-content-list">
  6.             <a href="{{ path('bitbag_sylius_organization_plugin_shop_register_organization_vendor') }}" class="footer-link text-sm">
  7.                 {{ 'app.ui.for_vendors'|trans }}
  8.             </a>
  9.             <a href="{{ path('bitbag_sylius_organization_plugin_shop_register_organization') }}" class="footer-link text-sm">
  10.                 {{ 'app.ui.for_buyers'|trans }}
  11.             </a>
  12.             <a href="{{ path('app_newsletter') }}" class="footer-link text-sm">
  13.                 {{ 'app.ui.footer.newsletter'|trans }}
  14.             </a>
  15.             <a href="{{ url('sylius_shop_contact_request', {'_locale': app.request.locale, 'company': 'company'|trans }) }}" class="footer-link text-sm">
  16.                 {{ 'app.ui.footer.contact_us'|trans }}
  17.             </a>
  18.         </div>      
  19.     </div>
  20.     
  21.     <div class="text-column-content-list">
  22.         <div class="text-xs uppercase text-topaz-400">{{ 'app.ui.footer.company'|trans }}</div>
  23.             {{ hyf_get_link_for_code_with_suffix('our_mission', 'company', {'attr': {'class': 'footer-link text-sm'}}) }}
  24.             <a href="{{ url('app_blog') }}" class="footer-link text-sm">{{ 'app.ui.footer.blog'|trans }}</a>
  25.             {{ hyf_get_link_for_code_with_suffix('footer_management', 'company', {'attr': {'class': 'footer-link text-sm'}}) }}
  26.             {{ hyf_get_link_for_code_with_suffix('advisory_board', 'company', {'attr': {'class': 'footer-link text-sm'}}) }}
  27.     </div>
  28. </div>