/[corp_html]/search.php
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /search.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by dpavlin, Fri Feb 23 15:21:46 2001 UTC revision 1.3 by dpavlin, Mon Mar 5 19:56:58 2001 UTC
# Line 20  if ($HTTP_REFERER) { Line 20  if ($HTTP_REFERER) {
20          $back_url="index.php";          $back_url="index.php";
21  }  }
22    
23  $main=$smarty->fetch("search.tpl");  include("./mnogo/search.inc");
24    $main=$mnogo_output;
25    
26  include("common.inc");  include("common.inc");
27  $smarty->assign( array(back_url=>"$section.php", MAIN=>$main) );  $smarty->assign( array(back_url=>"$section.php", MAIN=>$main) );
28    
 global $q;  
   
29  $smarty->display("index.tpl");  $smarty->display("index.tpl");
30  ?>  ?>
31    

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

  ViewVC Help
Powered by ViewVC 1.1.26