diff options
Diffstat (limited to 'picture.php')
-rw-r--r-- | picture.php | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/picture.php b/picture.php index aefb2a3fe..838adff1e 100644 --- a/picture.php +++ b/picture.php @@ -756,8 +756,7 @@ if ( $conf['show_comments'] ) pwg_log( 'picture', $intitule_cat, $page['file'] ); 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 +?> |