]> git.mxchange.org Git - friendica.git/blob - view/theme/frio/templates/sub/direction.tpl
Merge branch 'bug/phpinfo-accessible-hotfix' into 2020.09-rc
[friendica.git] / view / theme / frio / templates / sub / direction.tpl
1 {{if $direction.direction > 0}}
2 <span class="direction">
3         &bull;
4         {{if $direction.direction == 1}}
5                 <i class="fa fa-inbox" aria-hidden="true" title="{{$direction.title}}"></i>
6         {{elseif $direction.direction == 2}}
7                 <i class="fa fa-download" aria-hidden="true" title="{{$direction.title}}"></i>
8         {{elseif $direction.direction == 3}}
9                 <i class="fa fa-share-alt" aria-hidden="true" title="{{$direction.title}}"></i>
10         {{elseif $direction.direction == 4}}
11                 <i class="fa fa-hashtag" aria-hidden="true" title="{{$direction.title}}"></i>
12         {{elseif $direction.direction == 5}}
13                 <i class="fa fa-comment-o" aria-hidden="true" title="{{$direction.title}}"></i>
14         {{/if}}
15 </span>
16 {{/if}}