aboutsummaryrefslogtreecommitdiffstats
path: root/category.php
diff options
context:
space:
mode:
Diffstat (limited to 'category.php')
-rw-r--r--category.php5
1 files changed, 2 insertions, 3 deletions
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
+?>