Tarea #1025 -> Corregir las miniaturas que tengan un tamaño diferente al establecido
git-svn-id: https://192.168.0.254/svn/Proyectos.ASong2U_Web/trunk@125 cd1a4ea2-8c7f-e448-aada-19d1fee9e1d6
This commit is contained in:
parent
86276e57eb
commit
d09cc09130
@ -10,7 +10,7 @@
|
||||
|
||||
<div class="columns twothirds first text-left">
|
||||
<div id="item-header-avatar" class="columns onefourth first text-left">
|
||||
<a href="<?php echo bp_displayed_user_link(); ?>"><?php bp_displayed_user_avatar(array('width' => 77, 'height' => 77)); ?></a>
|
||||
<a href="<?php echo bp_displayed_user_link(); ?>"><?php bp_displayed_user_avatar( 'type=full' ); ?></a>
|
||||
</div>
|
||||
|
||||
<div class="columns threefourths last text-left">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user