Skip to content

Commit

Permalink
Bug 1146762: honour gravatar visibility preference
Browse files Browse the repository at this point in the history
  • Loading branch information
globau committed Mar 26, 2015
1 parent a41ac00 commit ab840dc
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -17,6 +17,9 @@
[%
RETURN UNLESS u.id;
DEFAULT gravatar_size = 0;
IF user.settings.show_gravatars.value != 'On';
gravatar_size = 0;
END;
%]
<div class="vcard vcard_[% u.id FILTER none %]">
[% FILTER collapse %]
Expand Down

0 comments on commit ab840dc

Please sign in to comment.