Преглед изворни кода

! 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 година
родитељ
комит
d2afabad45
1 измењених фајлова са 1 додато и 1 уклоњено
  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" />';