New layout and display labels

This commit is contained in:
Manuel Cillero 2017-07-26 09:58:33 +02:00
parent 6a3eb66d19
commit e666049d60
2 changed files with 6 additions and 3 deletions

View file

@ -14,6 +14,8 @@
* @see template_preprocess_user_picture()
*/
?>
<?php if ($picture): ?>
<div class="picture">
<?php print $picture; ?>
</div>
<?php endif; ?>