added nofilter to banner in smoothy and quaddro

This commit is contained in:
Tobias Diekershoff 2019-01-25 19:37:37 +01:00
parent 2b0610eaf5
commit 8b8187ee9c
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
{{* {{$langselector}} *}}
<div id="site-location">{{$sitelocation}}</div>
<div id="banner">{{$banner}}</div>
<div id="banner">{{$banner nofilter}}</div>
</header>
<nav>
<ul>

View File

@ -1,6 +1,6 @@
<nav>
<span id="banner">{{$banner}}</span>
<span id="banner">{{$banner nofilter}}</span>
<div id="notifications">
{{if $nav.network}}<a id="net-update" class="nav-ajax-update" href="{{$nav.network.0}}" title="{{$nav.network.1}}"></a>{{/if}}