* 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:
parent
b742bf7cbc
commit
54268ba706
5 changed files with 12 additions and 7 deletions
|
|
@ -65,8 +65,8 @@ class KernelControllerListener
|
|||
$i = 0;
|
||||
while (!empty($pathArray))
|
||||
{
|
||||
$slug = array_shift($pathArray);
|
||||
$restOfPath = '/'. implode('/', $pathArray);
|
||||
$slug = array_shift($pathArray);
|
||||
|
||||
$qb = $repo->createQueryBuilder('p');
|
||||
$qb->where($qb->expr()->eq('p.lvl', $i));
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ A customized "theme_custom_bootstrap.css" is also loaded by the theme in a preco
|
|||
/* ==================================================================
|
||||
FONTS
|
||||
================================================================== */
|
||||
@import url(http://fonts.googleapis.com/css?family=Raleway:400,100,200,300,500,600,700,800,900);
|
||||
@import url(https://fonts.googleapis.com/css?family=Raleway:400,100,200,300,500,600,700,800,900);
|
||||
@import url(https://fonts.googleapis.com/css?family=Oswald:400,700);
|
||||
@import url(https://code.jquery.com/ui/1.11.4/themes/smoothness/jquery-ui.css);
|
||||
@import url(../../app/css/font-awesome-4.7.0.css);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue