]> git.mxchange.org Git - friendica.git/commitdiff
added nofilter to banner in smoothy and quaddro
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Fri, 25 Jan 2019 18:37:37 +0000 (19:37 +0100)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Fri, 25 Jan 2019 18:37:37 +0000 (19:37 +0100)
view/theme/quattro/templates/nav.tpl
view/theme/smoothly/templates/nav.tpl

index f002e72feb01d78cb6f2a60a7bd16afbecdd3d93..cb5412c161474cfd322f076480a0565d0985134d 100644 (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>
index 0c55b58869370a1a61938b12aa83eabe60405d3b..757371677b37668b67529de89e1cca49388ab7f9 100644 (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}}