diff options
author | Treer <treer.git@the-bordello.com> | 2016-05-01 04:39:57 +1000 |
---|---|---|
committer | Treer <treer.git@the-bordello.com> | 2016-05-01 04:39:57 +1000 |
commit | 8f16e9ad33e17fcdf5c0b4586b384ea12eeb0716 (patch) | |
tree | e9505358c6a855da8d5d8d84cfe1db3dfa3e2db6 /view/tpl | |
parent | 7d380570df62b3f90daf197a1044d45e073c97a7 (diff) | |
download | volse-hubzilla-8f16e9ad33e17fcdf5c0b4586b384ea12eeb0716.tar.gz volse-hubzilla-8f16e9ad33e17fcdf5c0b4586b384ea12eeb0716.tar.bz2 volse-hubzilla-8f16e9ad33e17fcdf5c0b4586b384ea12eeb0716.zip |
update icon names in include/
Diffstat (limited to 'view/tpl')
-rw-r--r-- | view/tpl/item_attach.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/item_attach.tpl b/view/tpl/item_attach.tpl index 67accc1ec..83cc9a3cd 100644 --- a/view/tpl/item_attach.tpl +++ b/view/tpl/item_attach.tpl @@ -1,5 +1,5 @@ {{if $attaches}} {{foreach $attaches as $a}} -<li><a href="{{$a.url}}" title="{{$a.title}}"><i class="{{$a.icon}} attach-icons"></i> {{$a.label}}</a></li> +<li><a href="{{$a.url}}" title="{{$a.title}}"><i class="fa {{$a.icon}} attach-icons"></i> {{$a.label}}</a></li> {{/foreach}} {{/if}} |