templates/html/01_head/05_maps/maps.html.twig line 1

Open in your IDE?
  1. {#
  2. {% set pageHasMap = load_script_for('map', document) %}
  3. {% if pageHasMap %}
  4.   {% if pimcore_website_config('googleMapsApiKey') is null %}
  5.     <link rel="stylesheet" href="{{ get_frontend_file('streetmap', 'css') }}" type="text/css">
  6.     <script src="{{ get_frontend_file('streetmap', 'js') }}"></script>
  7.   {% endif %}
  8. {% endif %} #}