Fix: We must ue the "small" size of imge to show on card pages.

This commit is contained in:
Laurent Destailleur 2016-01-22 14:10:27 +01:00
parent fedf1f3288
commit 49a325e7ae

View File

@ -1213,7 +1213,7 @@ else
// Photo
print '<td align="center" valign="middle" width="25%" rowspan="'.$rowspan.'">';
print $form->showphoto('userphoto',$object,100);
print $form->showphoto('userphoto',$object,100,0,0,'photowithmargin','small');
print '</td>';
print '</tr>'."\n";