diff --git a/files/templates/default.html b/files/templates/default.html index 14116a592..e4142a9b3 100644 --- a/files/templates/default.html +++ b/files/templates/default.html @@ -223,7 +223,7 @@ {% block Banner %} {% endblock %} -{% include "header-tw.html" %} + {% block mobileUserBanner %} {% endblock %} @@ -265,12 +265,12 @@ - {% include "footer.html" %} + {% block mobilenavbar %} - {% include "mobile_navigation_bar.html" %} + {% endblock %} {% block actionsModal %} @@ -285,7 +285,6 @@ {% block GIFpicker %} {% endblock %} - {% include "/toasts/toasts.html" %}