diff options
author | Klaus Weidenbach <Klaus.Weidenbach@gmx.net> | 2012-04-08 23:20:31 +0200 |
---|---|---|
committer | Klaus Weidenbach <Klaus.Weidenbach@gmx.net> | 2012-04-09 21:22:09 +0200 |
commit | 1f9fe8b5eeebfb6bc1275cba7dbb4daac1a2e910 (patch) | |
tree | 422051d2f57a2fb1be7be3cac9fef274d062d819 /view/admin_site.tpl | |
parent | 93ffba58cc10fc793821ba16de88cdfb271ea5b8 (diff) | |
download | volse-hubzilla-1f9fe8b5eeebfb6bc1275cba7dbb4daac1a2e910.tar.gz volse-hubzilla-1f9fe8b5eeebfb6bc1275cba7dbb4daac1a2e910.tar.bz2 volse-hubzilla-1f9fe8b5eeebfb6bc1275cba7dbb4daac1a2e910.zip |
Remove Gravatar from core and add new hook avatar_lookup.
This patch removes all occurances of Gravatar from friendica's core and adds a new hook "avatar_lookup" inside the function avatar_img($email) where the new *avatar-plugins should hook in.
I haven't touched the language files yet. Are they updated automatically somehow?
Diffstat (limited to 'view/admin_site.tpl')
-rw-r--r-- | view/admin_site.tpl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/view/admin_site.tpl b/view/admin_site.tpl index 01fe893c6..ec144fbba 100644 --- a/view/admin_site.tpl +++ b/view/admin_site.tpl @@ -17,7 +17,6 @@ {{ inc field_checkbox.tpl with $field=$no_multi_reg }}{{ endinc }} {{ inc field_checkbox.tpl with $field=$no_openid }}{{ endinc }} - {{ inc field_checkbox.tpl with $field=$no_gravatar }}{{ endinc }} {{ inc field_checkbox.tpl with $field=$no_regfullname }}{{ endinc }} <div class="submit"><input type="submit" name="page_site" value="$submit" /></div> |