Added directions for the other themes

This commit is contained in:
Michael 2020-08-23 18:54:32 +00:00
parent c403efb177
commit a7946d80b8
1 changed files with 4 additions and 0 deletions

View File

@ -5,6 +5,10 @@
<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-share" aria-hidden="true" title="{{$direction.title}}"></i>
{{elseif $direction.direction == 4}}
<i class="icon-tag" aria-hidden="true" title="{{$direction.title}}"></i>
{{/if}}
</span>
{{/if}}