Tarea #1136 -> Cambiar el avatar por defecto por el original

git-svn-id: https://192.168.0.254/svn/Proyectos.ASong2U_Web/trunk@191 cd1a4ea2-8c7f-e448-aada-19d1fee9e1d6
This commit is contained in:
David Arranz 2012-10-18 15:58:25 +00:00
parent 5eb143b141
commit 74e072c24e
2 changed files with 1 additions and 1 deletions

View File

@ -711,7 +711,7 @@ function bp_datebox_field ($html, $type, $day, $month, $year, $default_select )
add_filter( 'bp_get_the_profile_field_datebox', 'bp_datebox_field', 10, 6 );
function gp_bp_add_default_avatar( $url ) {
return get_stylesheet_directory_uri() .'/lib/images/photo_profile_red.png';
return get_stylesheet_directory_uri() .'/lib/images/photo_profile.jpg';
}
add_filter( 'bp_core_mysteryman_src', 'gp_bp_add_default_avatar' );

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB