11 lines
319 B
Smarty
11 lines
319 B
Smarty
|
{{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>
|
||
|
{{/if}}
|
||
|
</span>
|
||
|
{{/if}}
|