Ignore:
Timestamp:
Feb 6, 2004, 12:18:05 AM (20 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/about.php

    r290 r350  
    3737$vtp->setVar( $handle, 'back_url', add_session_id( $url ) );
    3838//----------------------------------------------------------- html code display
    39 $code = $vtp->Display( $handle, 0 );
    40 echo $code;
     39$output.= $vtp->Display( $handle, 0 );
    4140include('include/page_tail.php');
    4241?>
Note: See TracChangeset for help on using the changeset viewer.