Merge pull request #6518 from tobiasd/20190125-themes

added nofilter to banner in smoothy and quaddro
This commit is contained in:
Hypolite Petovan 2019-01-25 14:04:20 -05:00 committed by GitHub
commit d63edd14d9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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}}