]> git.mxchange.org Git - friendica.git/blob - view/templates/sub/direction.tpl
spelling: overridden
[friendica.git] / view / templates / sub / direction.tpl
1 {{if $direction.direction > 0}}
2 <span class="direction">
3         &bull;
4         {{if $direction.direction == 1}}
5                 <i class="icon-inbox" aria-hidden="true" title="{{$direction.title}}"></i>
6         {{elseif $direction.direction == 2}}
7                 <i class="icon-download" aria-hidden="true" title="{{$direction.title}}"></i>
8         {{elseif $direction.direction == 3}}
9                 <i class="icon-retweet" aria-hidden="true" title="{{$direction.title}}"></i>
10         {{elseif $direction.direction == 4}}
11                 <i class="icon-tag" aria-hidden="true" title="{{$direction.title}}"></i>
12         {{elseif $direction.direction == 5}}
13                 <i class="icon-commenting" aria-hidden="true" title="{{$direction.title}}"></i>
14         {{elseif $direction.direction == 6}}
15                 <i class="icon-user" aria-hidden="true" title="{{$direction.title}}"></i>
16         {{elseif $direction.direction == 7}}
17                 <i class="icon-forward" aria-hidden="true" title="{{$direction.title}}"></i>
18         {{elseif $direction.direction == 8}}
19                 <i class="icon-share" aria-hidden="true" title="{{$direction.title}}"></i>
20         {{elseif $direction.direction == 9}}
21                 <i class="icon-globe" aria-hidden="true" title="{{$direction.title}}"></i>
22         {{elseif $direction.direction == 10}}
23                 <i class="icon-inbox" aria-hidden="true" title="{{$direction.title}}"></i>
24         {{/if}}
25 </span>
26 {{/if}}