/[drupal]/contributions/themes/sympal_theme/user_picture.tpl.php
ViewVC logotype

Contents of /contributions/themes/sympal_theme/user_picture.tpl.php

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.2 - (show annotations) (download) (as text)
Sat Mar 8 13:34:22 2008 UTC (20 months, 3 weeks ago) by ber
Branch: MAIN
CVS Tags: HEAD
Branch point for: DRUPAL-6--1
Changes since 1.1: +7 -0 lines
File MIME type: text/x-php
Adding files from DRUPAL-5 branch to HEAD, in preparation of a DRUPAL-6 branch.
1 <div class="picture">
2 <?php if ($has_link): ?>
3 <?php print l(theme('image', $picture_file, $alt, $alt, '', FALSE), "user/$account->uid", array('title' => t('View user profile.')), NULL, NULL, FALSE, TRUE); ?>
4 <?php else: ?>
5 <?php print theme('image', $file, $alt, $alt, '', FALSE); ?>
6 <?php endif; ?>
7 </div>

  ViewVC Help
Powered by ViewVC 1.1.2