source: sipes/cord/modules/user/user-picture.tpl.php @ 8a8efa8

stableversion-3.0
Last change on this file since 8a8efa8 was b354002, checked in by José Gregorio Puentes <jpuentes@…>, 8 años ago

se agrego el directorio del cord

  • Propiedad mode establecida a 100755
File size: 525 octetos
Línea 
1<?php
2
3/**
4 * @file user-picture.tpl.php
5 * Default theme implementation to present an picture configured for the
6 * user's account.
7 *
8 * Available variables:
9 * - $picture: Image set by the user or the site's default. Will be linked
10 *   depending on the viewer's permission to view the users profile page.
11 * - $account: Array of account information. Potentially unsafe. Be sure to
12 *   check_plain() before use.
13 *
14 * @see template_preprocess_user_picture()
15 */
16?>
17<div class="picture">
18  <?php print $picture; ?>
19</div>
Nota: Vea TracBrowser para ayuda de uso del navegador del repositorio.