Active
Project:
Newswire
Version:
6.x-3.2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 Feb 2009 at 15:22 UTC
Updated:
12 Feb 2009 at 16:21 UTC
Your theme's function phptemplate_user_picture() is unnecessary since it duplicates the code that is already run by template_preprocess_user_picture() in user.module automatically.
This causes problems for my Gravatar module users that also use your theme because your theme's function overrides the current user picture.
If you had a reason to include this in your theme's template.php, let me know, otherwise you should really remove it.
Comments
Comment #1
dave reid