* Behoben: /buchen-Seiten funktionieren nicht mehr, wenn neue URL-Struktur (ohne real_url_path) verwendet wird

* target="_blank" für AGB-Links im Buchungsformular
* CSS files nicht durch assetic zusammenfügen, da sonst @import-Statements unerlaubterweisen mitten in der resultierenden CSS-Datei stehen
* Google-Maps und Railway-Schriftart per https:// einbinden, sonst Sicherheitswarnungen in Chrome
* Sidebar-Widget für Google-Bewertung entfernt

git-svn-id: http://78.47.251.156/svn/dev/sterntours-3@3327 f459cee4-fb09-11de-96c3-f9c5f16c3c76
This commit is contained in:
uli 2017-04-03 10:54:00 +00:00
parent b742bf7cbc
commit 54268ba706
5 changed files with 12 additions and 7 deletions

View file

@ -68,6 +68,11 @@
{% block stylesheets %}
{% stylesheets
'bundles/app/css/bootstrap-3.3.7.css'
filter='cssrewrite'
%}
<link rel="stylesheet" href="{{ asset_url }}"/>
{% endstylesheets %}
{% stylesheets
'bundles/app/css/custom.css'
filter='cssrewrite'
%}
@ -158,7 +163,7 @@
{% embed 'default/components/embed/modal.html.twig' with {id: 'default'} %}{% endembed %}
{% block javascripts %}
<script src="http://maps.google.com/maps/api/js?sensor=false"></script>
<script src="https://maps.google.com/maps/api/js?sensor=false"></script>
{% javascripts
'@AppBundle/Resources/public/js/jquery-3.1.1.js'
'@AppBundle/Resources/public/js/jquery-ui-1.12.1.js'