mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-17 04:15:15 +02:00
Create base sub/direction.tpl
template from vier
- Address https://github.com/friendica/friendica/issues/12486#issuecomment-1383249754
This commit is contained in:
parent
16e1c8f893
commit
594f738c6d
1 changed files with 0 additions and 0 deletions
26
view/templates/sub/direction.tpl
Normal file
26
view/templates/sub/direction.tpl
Normal file
|
@ -0,0 +1,26 @@
|
|||
{{if $direction.direction > 0}}
|
||||
<span class="direction">
|
||||
•
|
||||
{{if $direction.direction == 1}}
|
||||
<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-retweet" aria-hidden="true" title="{{$direction.title}}"></i>
|
||||
{{elseif $direction.direction == 4}}
|
||||
<i class="icon-tag" aria-hidden="true" title="{{$direction.title}}"></i>
|
||||
{{elseif $direction.direction == 5}}
|
||||
<i class="icon-commenting" aria-hidden="true" title="{{$direction.title}}"></i>
|
||||
{{elseif $direction.direction == 6}}
|
||||
<i class="icon-user" aria-hidden="true" title="{{$direction.title}}"></i>
|
||||
{{elseif $direction.direction == 7}}
|
||||
<i class="icon-forward" aria-hidden="true" title="{{$direction.title}}"></i>
|
||||
{{elseif $direction.direction == 8}}
|
||||
<i class="icon-share" aria-hidden="true" title="{{$direction.title}}"></i>
|
||||
{{elseif $direction.direction == 9}}
|
||||
<i class="icon-globe" aria-hidden="true" title="{{$direction.title}}"></i>
|
||||
{{elseif $direction.direction == 10}}
|
||||
<i class="icon-inbox" aria-hidden="true" title="{{$direction.title}}"></i>
|
||||
{{/if}}
|
||||
</span>
|
||||
{{/if}}
|
Loading…
Add table
Add a link
Reference in a new issue