You are here

views-view-field--user-meta--nothing-1.tpl.php in Drupal Commons 6.2

File

themes/commons_roots/views-view-field--user-meta--nothing-1.tpl.php
View source
<?php

/**
 * The My account link for the user meta block
 *
 * We need this to make it translatable
 */
global $user;
print l(t('My account'), "user/{$user->uid}");

Globals

Namesort descending Description
$user