append central HTML to $output, do not echo $code anymore

git-svn-id: http://piwigo.org/svn/branches/release-1_3@350 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
z0rglub
2004-02-05 23:18:05 +00:00
parent c19070a07d
commit fe34ce4046
10 changed files with 19 additions and 28 deletions
+2 -3
View File
@@ -385,7 +385,6 @@ else
$url = './category.php?cat='.$page['cat'].'&expand='.$_GET['expand'];
$vtp->setGlobalVar( $handle, 'return_url', add_session_id( $url ) );
//----------------------------------------------------------- html code display
$code = $vtp->Display( $handle, 0 );
echo $code;
$output.= $vtp->Display( $handle, 0 );
include('include/page_tail.php');
?>
?>