]> git.mxchange.org Git - friendica.git/blobdiff - view/templates/widget/filter.tpl
Invert the condition
[friendica.git] / view / templates / widget / filter.tpl
index 5bde685492faf2f78197d176424f5d4ec6765531..afe6b455f3853fc591099ebe2aa8f64a33c11971 100644 (file)
@@ -7,7 +7,7 @@
        </span>
        <div id="{{$type}}-desc">{{$desc nofilter}}</div>
        <ul role="menu" class="{{$type}}-ul">
-               {{if !$all_label}}
+               {{if $all_label}}
                <li role="menuitem" {{if !is_null($selected) && !$selected}}class="selected"{{/if}}><a href="{{$base}}" class="{{$type}}-link{{if !$selected}} {{$type}}-selected{{/if}} {{$type}}-all">{{$all_label}}</a></li>
                {{/if}}
                {{foreach $options as $option}}