Ignore:
Timestamp:
Feb 6, 2004, 12:18:05 AM (21 years ago)
Author:
z0rglub
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/release-1_3/category.php

    r314 r350  
    493493mysql_close();
    494494//----------------------------------------------------------- html code display
    495 $code = $vtp->Display( $handle, 0 );
    496 echo $code;
     495$output.= $vtp->Display( $handle, 0 );
    497496
    498497include('include/page_tail.php');
Note: See TracChangeset for help on using the changeset viewer.