New layout and display labels
This commit is contained in:
parent
6a3eb66d19
commit
e666049d60
2 changed files with 6 additions and 3 deletions
|
@ -14,6 +14,8 @@
|
|||
* @see template_preprocess_user_picture()
|
||||
*/
|
||||
?>
|
||||
<?php if ($picture): ?>
|
||||
<div class="picture">
|
||||
<?php print $picture; ?>
|
||||
</div>
|
||||
<?php endif; ?>
|
||||
|
|
Reference in a new issue