diff --git a/profile.php b/profile.php index b5cd5f3..213dd0b 100644 --- a/profile.php +++ b/profile.php @@ -131,7 +131,7 @@ if(!$user['posts'] or $user['posts']>=$topposts or $projdate>2000000000 or $projdate "; + if($user['minipic']) $minipic=" "; $homepagename=$user['homepageurl']; if($user['homepagename']) $homepagename="$user[homepagename] - $user[homepageurl]"; if($user['postbg']) $postbg="
"; diff --git a/sigsize.php b/sigsize.php index 5582d41..17e70be 100644 --- a/sigsize.php +++ b/sigsize.php @@ -5,7 +5,7 @@ print " $header $fonttag - Show: layout sizes - bio sizes + Show: layout sizes - bio sizes
$tblstart $tccellh>  $tccellh colspan=2>User @@ -26,11 +26,11 @@ print " $tccell2>". ($lm ? " $r " : "$r") ." $tccell2 width=16>". ($u['minipic'] ? "" : "") ." - $tccell1>$u[name] - ". (!$_GET['bio'] ? "$tccell2 width=100>". number_format($u[hsize]) ." - $tccell2 width=100>". number_format($u[ssize]) ."" : "") ." - $tccell1 width=100>". number_format($u[tsize]) ."
"; + $tccell1>$u[name] + ". (!$_GET['bio'] ? "$tccell2 width=100>". number_format($u['hsize']) ." + $tccell2 width=100>". number_format($u['ssize']) ."" : "") ." + $tccell1 width=100>". number_format($u['tsize']) ."
"; } print $tblend.$footer; printtimedif($startingtime); -?> \ No newline at end of file +?>