diff options
Diffstat (limited to 'profile.php')
-rw-r--r-- | profile.php | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/profile.php b/profile.php index 730404470..e873b9866 100644 --- a/profile.php +++ b/profile.php @@ -364,7 +364,6 @@ if ( $conf['authorize_cookies'] ) $vtp->closeSession( $handle, 'cookie' ); } //----------------------------------------------------------- html code display -$code = $vtp->Display( $handle, 0 ); -echo $code; +$output.= $vtp->Display( $handle, 0 ); include('include/page_tail.php'); -?>
\ No newline at end of file +?> |