Add gdpr banner to all base templates

This commit is contained in:
PCoder 2018-07-21 13:27:15 +02:00
parent 4dce0ee5bd
commit 069cd18268
8 changed files with 10 additions and 2 deletions

View File

@ -49,6 +49,7 @@
</head>
<body>
{% include "gdpr_banner.html" %}
{% cms_toolbar %}
{% render_placeholder cms_integration.navbar_placeholder %}

View File

@ -48,6 +48,7 @@
</head>
<body>
{% include "gdpr_banner.html" %}
<!-- Navigation -->
{% include "hosting/includes/_navbar.html" %}

View File

@ -51,6 +51,7 @@
</head>
<body>
{% include "gdpr_banner.html" %}
{% cms_toolbar %}
{% block navbar %}

View File

@ -43,6 +43,7 @@
</head>
<body>
{% include "gdpr_banner.html" %}
{% cms_toolbar %}
{% show_menu 0 0 0 1 "cms/ungleichch/_menu.html" %}
<!-- body -->

View File

@ -40,6 +40,7 @@
</head>
<body id="page-top" class="index">
{% include "gdpr_banner.html" %}
<nav class="navbar navbar-default navbar-fixed-top topnav navbar-transparent">
<div class="topnav">
<!-- Brand and toggle get grouped for better mobile display -->

View File

@ -43,6 +43,7 @@
</head>
<body id="page-top" class="index">
{% include "gdpr_banner.html" %}
{% cms_toolbar %}
<nav class="navbar navbar-default navbar-fixed-top topnav navbar-transparent">
<div class="topnav">

View File

@ -37,7 +37,7 @@
</head>
<body id="page-top" class="index">
{% include "gdpr_banner.html" %}
<!-- Navigation -->
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container">

View File

@ -41,7 +41,9 @@
</head>
<body id="page-top" class="index">
{% cms_toolbar %}
{% include "gdpr_banner.html" %}
{% cms_toolbar %}
{% placeholder 'Ungleich Page Contents' %}
<!-- Footer -->