Libravatar Addon

Avatar addon to look up avatars at Libravatar. Libravatar is a free and open replacement for Gravatar and you can also host it on you own server. This addon only provides the lookup of avatars at Libravatar. It requires PHP >= 5.3 and you need to disable the gravatar addon.
This commit is contained in:
Klaus Weidenbach 2012-04-15 02:29:24 +02:00
parent 61cb216de3
commit b3a0ff0330
4 changed files with 525 additions and 0 deletions

2
libravatar/admin.tpl Normal file
View file

@ -0,0 +1,2 @@
{{ inc field_select.tpl with $field=$default_avatar}}{{ endinc }}
<div class="submit"><input type="submit" value="$submit" /></div>