custom/plugins/ThemeOkeonline/src/Resources/views/storefront/layout/footer/footer.html.twig line 1

Open in your IDE?
  1. {# Note, overwriting blocks within this file will overwrite the blocks for ALL versions #}
  2. {% extends theme_config('footerStylesLayoutVersion') == 'version-01' ? '@ThemeOkeOnline/storefront/layout/footer/versions/version-01/footer.html.twig' :
  3.     theme_config('footerStylesLayoutVersion') == 'version-02' ? '@ThemeOkeOnline/storefront/layout/footer/versions/version-02/footer.html.twig' :
  4.     theme_config('footerStylesLayoutVersion') == 'version-03' ? '@ThemeOkeOnline/storefront/layout/footer/versions/version-03/footer.html.twig' :
  5.     '@Storefront/storefront/layout/footer/footer.html.twig' %}