Projet

Général

Profil

Paste
Télécharger (314 octets) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / themes / zen / templates / user-picture.tpl.php @ 87dbc3bf

1
<?php
2
/**
3
 * @file
4
 * Returns HTML for a picture configured for the user's account.
5
 *
6
 * Complete documentation for this file is available online.
7
 * @see https://drupal.org/node/1728110
8
 */
9
?>
10
<?php if ($user_picture): ?>
11
  <span class="user-picture">
12
    <?php print $user_picture; ?>
13
  </span>
14
<?php endif; ?>