!;
print qq!\n!;
print qq! ! if ($image != -1);
print qq();
profile_row("name", $$profile{realname});
my $email = $$profile{email};
$email =~ s/\@/ at<\/i> /i;
profile_row("email", $email) if ($loggedin);
profile_row("aim", $$profile{aim}) if ($$profile{aim} && $loggedin);
profile_row("phone", $$profile{phone}) if ($$profile{phone} && $loggedin);
profile_row("location", $$profile{location}) if ($$profile{location});
my %tzs = ( -5 => eastern, -6 => central, -8 => pacific, 0 => englandish);
profile_row("timezone", $tzs{$profile->{timezone}}) if (exists $tzs{$profile->{timezone}});
if ((time - $$profile{lastseen}) < 60)
{ profile_row("last seen", "active now"); }
else
{ profile_row("last seen", verbosedate($$profile{lastseen})); }
if (($USER->{username} ne $uname) && $loggedin)
{
profile_row("· · · ·",
qq[send $uname a message]);
}
print " ";
if ($files != -1)
{
user_image_gallery({ files => $files, vertical => 1, count => 8 });
}
print qq( | );
print qq(\n);
if ($threads != -1)
{
print qq!!;
print qq(| threads by $uname | );
print qq(
| );
thread_box({ threads => $threads, kw => 'USER', dosum => 0, dohead => 0 });
if ($files != -1)
{
print qq(| | );
print qq(| files by $uname | );
print qq(
| );
file_list($files, 0, 1, 0);
}
print " \n";
print "\n\n";
}
print qq( |
);
print qq(