diff options
author | redmatrix <git@macgirvin.com> | 2016-06-03 16:04:54 -0700 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-06-03 16:04:54 -0700 |
commit | e81ac9e0637c4533aeb144511b8f68ec8a99e257 (patch) | |
tree | a2be7feb55245d56e83b9b89f4c93e94d8ebd6c7 /view/tpl/conv_item.tpl | |
parent | 624f4641e2a8af91f519ac47ba1c72138734b17c (diff) | |
download | volse-hubzilla-e81ac9e0637c4533aeb144511b8f68ec8a99e257.tar.gz volse-hubzilla-e81ac9e0637c4533aeb144511b8f68ec8a99e257.tar.bz2 volse-hubzilla-e81ac9e0637c4533aeb144511b8f68ec8a99e257.zip |
turn emoji ability into a feature so that either a member or the site admin can disable it. Default is enabled.
Diffstat (limited to 'view/tpl/conv_item.tpl')
-rwxr-xr-x | view/tpl/conv_item.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/conv_item.tpl b/view/tpl/conv_item.tpl index 997c27259..662eeaf97 100755 --- a/view/tpl/conv_item.tpl +++ b/view/tpl/conv_item.tpl @@ -79,7 +79,7 @@ {{/if}} <div class="wall-item-tools"> <div class="wall-item-tools-right pull-right"> - {{if $item.toplevel && $item.like}} + {{if $item.toplevel && $item.emojis}} <div class="btn-group dropdown"> <button type="button" class="btn btn-default btn-sm dropdown-toggle" data-toggle="dropdown" id="wall-item-react-{{$item.id}}"> <i class="fa fa-smile-o"></i> |