]> git.mxchange.org Git - friendica.git/commitdiff
Added directions for the other themes
authorMichael <heluecht@pirati.ca>
Sun, 23 Aug 2020 18:54:32 +0000 (18:54 +0000)
committerMichael <heluecht@pirati.ca>
Sun, 23 Aug 2020 18:54:32 +0000 (18:54 +0000)
view/theme/vier/templates/sub/direction.tpl

index 85910260972e4da1b7620da566e05376dadf2863..f884d51c262ac97691b7928a934371216da42e8f 100644 (file)
@@ -5,6 +5,10 @@
                <i class="icon-inbox" aria-hidden="true" title="{{$direction.title}}"></i>
        {{elseif $direction.direction == 2}}
                <i class="icon-download" aria-hidden="true" title="{{$direction.title}}"></i>
+       {{elseif $direction.direction == 3}}
+               <i class="icon-share" aria-hidden="true" title="{{$direction.title}}"></i>
+       {{elseif $direction.direction == 4}}
+               <i class="icon-tag" aria-hidden="true" title="{{$direction.title}}"></i>
        {{/if}}
 </span>
 {{/if}}