diff -r 4ecf46e5eeab -r aa6f26d96577 includes/namespaces/user.php
--- a/includes/namespaces/user.php Fri May 15 15:56:10 2009 -0400
+++ b/includes/namespaces/user.php Fri May 15 15:56:25 2009 -0400
@@ -338,6 +338,12 @@
echo '
' . $lang->get('userpage_lbl_email') . ' ' . $email_link . ' |
';
}
+ if ( !empty($userdata['user_homepage']) )
+ {
+ $class = ( $class == 'row1' ) ? 'row3' : 'row1';
+ echo '' . $lang->get('userpage_lbl_homepage') . ' ' . $userdata['user_homepage'] . ' |
';
+ }
+
$class = ( $class == 'row1' ) ? 'row3' : 'row1';
if ( $session->user_logged_in )
{