mirage459897
12-15-2005, 06:50 PM
Change line 186 of loginpanel.php
Code
<td>' . $language['welcome_back'] . ' ' . $userinfo['username'] . '</td>
What we did was to add the [b] tag to set the font of the username to bold. This way it stands out from the other text.
Code
<td>' . $language['welcome_back'] . ' ' . $userinfo['username'] . '</td>
What we did was to add the [b] tag to set the font of the username to bold. This way it stands out from the other text.