Skip to content

Instantly share code, notes, and snippets.

@dawehner
Created May 8, 2009 12:18
Show Gist options
  • Save dawehner/108761 to your computer and use it in GitHub Desktop.
Save dawehner/108761 to your computer and use it in GitHub Desktop.
<?php
// $Id$
global $user;
$link = l(t('Visit profile'), "user/$user->uid");
?>
<a href="<?php url("user/$user->uid"); ?>"><?php t('Visit profile'); ?></a>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment