/> %username% shows username.', 'dnxup'); ?>

One link per line. Note: Logout link will always show regardless. Tip: Add |true after a link to only show it to admin users or alternatively use a |user_capability and the link will only be shown to users with that capability. See http://codex.wordpress.org/Roles_and_Capabilities for more info on roles and Capabilities.
You can also type %USERNAME% and %USERID% which will be replaced by the user info.
Example:",'dnxup'); echo '
<a href="'.get_bloginfo('wpurl').'/wp-admin/">'. __('Dashboard', 'dnxup') . '</a>
<a href="'.get_bloginfo('wpurl').'/wp-admin/profile.php">'. __('Profile', 'dnxup') .'</a>
'; ?>