Forráskód Böngészése

! 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 <sleeping@myperch.org>
Peter Spicer 11 éve
szülő
commit
d2afabad45
1 módosított fájl, 1 hozzáadás és 1 törlés
  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" />';