Skip to content
Snippets Groups Projects
Commit 041ed622 authored by Kathrin Osswald's avatar Kathrin Osswald
Browse files

Adjusted columns2.mustache template due to upstream changes in theme Boost.

parent c33f5306
Branches
Tags
No related merge requests found
...@@ -6,6 +6,7 @@ Changes ...@@ -6,6 +6,7 @@ Changes
### Unreleased ### Unreleased
* 2020-06-04 - Adjusted columns2.mustache template due to upstream changes in theme Boost.
* 2020-06-04 - Making Travis happy again. * 2020-06-04 - Making Travis happy again.
### Release v3.8-r1 ### Release v3.8-r1
......
...@@ -69,6 +69,7 @@ ...@@ -69,6 +69,7 @@
{{{ output.standard_top_of_body_html }}} {{{ output.standard_top_of_body_html }}}
{{> theme_boost_campus/navbar }} {{> theme_boost_campus/navbar }}
{{> theme_boost/nav-drawer }}
<div id="page" class="container-fluid d-print-block"> <div id="page" class="container-fluid d-print-block">
{{{ output.full_header }}} {{{ output.full_header }}}
...@@ -106,7 +107,6 @@ ...@@ -106,7 +107,6 @@
</div> </div>
</div> </div>
{{{ output.standard_after_main_region_html }}} {{{ output.standard_after_main_region_html }}}
{{> theme_boost/nav-drawer }}
{{{ pagebottomelements }}} {{{ pagebottomelements }}}
</div> </div>
{{! Moved the variable here from footer.mustache to solve Javascript issues with behat tests. }} {{! Moved the variable here from footer.mustache to solve Javascript issues with behat tests. }}
......
...@@ -58,6 +58,7 @@ ...@@ -58,6 +58,7 @@
{{{ output.standard_top_of_body_html }}} {{{ output.standard_top_of_body_html }}}
{{> theme_boost/navbar }} {{> theme_boost/navbar }}
{{> theme_boost/nav-drawer }}
<div id="page" class="container-fluid d-print-block"> <div id="page" class="container-fluid d-print-block">
{{{ output.full_header }}} {{{ output.full_header }}}
...@@ -89,7 +90,6 @@ ...@@ -89,7 +90,6 @@
</div> </div>
</div> </div>
{{{ output.standard_after_main_region_html }}} {{{ output.standard_after_main_region_html }}}
{{> theme_boost/nav-drawer }}
{{> theme_boost/footer }} {{> theme_boost/footer }}
</div> </div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment