Browse Source

! Mods that do things like formatting the username should probably apply their changes on this one, so let's standardise it for them.

Signed-off-by: Peter Spicer <[email protected]>
Peter Spicer 11 years ago
parent
commit
d2afabad45
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Themes/default/Profile.template.php

+ 1 - 1
Themes/default/Profile.template.php

@@ -60,7 +60,7 @@ function template_profile_popup()
 	// Then a couple of bits and pieces that might be interesting
 	echo '
 			<ol>
-				<li class="profile_username"><a href="', $scripturl, '?action=profile">', $context['user']['name'], '</a></li>
+				<li class="profile_username"><a href="', $scripturl, '?action=profile;u=', $context['user']['id'], '">', $context['user']['name'], '</a></li>
 				<li class="profile_group">', $context['member']['group'], '</li>
 			</ol>
 			<br class="clear" />';