Add gdpr banner to all base templates

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

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 -->