1
0
Fork 0
mirror of https://github.com/friendica/friendica synced 2025-04-24 07:50:11 +00:00

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/theme
quattro/templates
smoothly/templates

View file

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

View file

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