Added directions for the other themes

This commit is contained in:
Michael 2020-08-23 18:54:32 +00:00
parent c403efb177
commit a7946d80b8

View file

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