mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-07 09:13:02 +02:00
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:
+2
-3
@@ -118,10 +118,9 @@ $vtp->closeSession( $handle, 'line' );
|
||||
//---------------------------------------------------- return to main page link
|
||||
$vtp->setGlobalVar( $handle, 'back_url', add_session_id( './category.php' ) );
|
||||
//----------------------------------------------------------- html code display
|
||||
$code = $vtp->Display( $handle, 0 );
|
||||
echo $code;
|
||||
$output.= $vtp->Display( $handle, 0 );
|
||||
//------------------------------------------------------------ log informations
|
||||
pwg_log( 'search', $title );
|
||||
mysql_close();
|
||||
include('include/page_tail.php');
|
||||
?>
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user