Add gdpr banner to all base templates
This commit is contained in:
parent
4dce0ee5bd
commit
069cd18268
8 changed files with 10 additions and 2 deletions
|
@ -49,6 +49,7 @@
|
|||
</head>
|
||||
|
||||
<body>
|
||||
{% include "gdpr_banner.html" %}
|
||||
{% cms_toolbar %}
|
||||
|
||||
{% render_placeholder cms_integration.navbar_placeholder %}
|
||||
|
|
|
@ -48,6 +48,7 @@
|
|||
|
||||
</head>
|
||||
<body>
|
||||
{% include "gdpr_banner.html" %}
|
||||
|
||||
<!-- Navigation -->
|
||||
{% include "hosting/includes/_navbar.html" %}
|
||||
|
|
|
@ -51,6 +51,7 @@
|
|||
</head>
|
||||
|
||||
<body>
|
||||
{% include "gdpr_banner.html" %}
|
||||
{% cms_toolbar %}
|
||||
|
||||
{% block navbar %}
|
||||
|
|
|
@ -43,6 +43,7 @@
|
|||
</head>
|
||||
<body>
|
||||
|
||||
{% include "gdpr_banner.html" %}
|
||||
{% cms_toolbar %}
|
||||
{% show_menu 0 0 0 1 "cms/ungleichch/_menu.html" %}
|
||||
<!-- body -->
|
||||
|
|
|
@ -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 -->
|
||||
|
|
|
@ -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">
|
||||
|
|
|
@ -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">
|
||||
|
|
|
@ -41,7 +41,9 @@
|
|||
</head>
|
||||
|
||||
<body id="page-top" class="index">
|
||||
{% cms_toolbar %}
|
||||
{% include "gdpr_banner.html" %}
|
||||
|
||||
{% cms_toolbar %}
|
||||
{% placeholder 'Ungleich Page Contents' %}
|
||||
|
||||
<!-- Footer -->
|
||||
|
|
Loading…
Reference in a new issue