]> git.mxchange.org Git - friendica.git/blob - view/theme/frio/templates/sub/direction.tpl
Merge remote-tracking branch 'upstream/develop' into show-reshared
[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         {{/if}}
11 </span>
12 {{/if}}