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> </head>
<body> <body>
{% include "gdpr_banner.html" %}
{% cms_toolbar %} {% cms_toolbar %}
{% render_placeholder cms_integration.navbar_placeholder %} {% render_placeholder cms_integration.navbar_placeholder %}

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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