From fe34ce40465475f54dcbccd03529fa83de42f6fd Mon Sep 17 00:00:00 2001 From: z0rglub Date: Thu, 5 Feb 2004 23:18:05 +0000 Subject: 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 --- category.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'category.php') diff --git a/category.php b/category.php index e35155c87..813a2771f 100644 --- a/category.php +++ b/category.php @@ -492,8 +492,7 @@ if ( isset ( $page['cat'] ) ) pwg_log( 'category', $page['title'] ); mysql_close(); //----------------------------------------------------------- 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 +?> -- cgit v1.2.3