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/search.php

    r290 r350  
    119119$vtp->setGlobalVar( $handle, 'back_url', add_session_id( './category.php' ) );
    120120//----------------------------------------------------------- html code display
    121 $code = $vtp->Display( $handle, 0 );
    122 echo $code;
     121$output.= $vtp->Display( $handle, 0 );
    123122//------------------------------------------------------------ log informations
    124123pwg_log( 'search', $title );
Note: See TracChangeset for help on using the changeset viewer.