/[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.1 by dpavlin, Wed Feb 21 13:28:19 2001 UTC revision 1.2 by dpavlin, Fri Feb 23 15:21:46 2001 UTC
# Line 23  if ($HTTP_REFERER) { Line 23  if ($HTTP_REFERER) {
23  $main=$smarty->fetch("search.tpl");  $main=$smarty->fetch("search.tpl");
24    
25  include("common.inc");  include("common.inc");
26  $smarty->assign( array(back_url=>"$section.php", MAIN=>$main));  $smarty->assign( array(back_url=>"$section.php", MAIN=>$main) );
27    
28    global $q;
29    
30  $smarty->display("index.tpl");  $smarty->display("index.tpl");
31  ?>  ?>

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

  ViewVC Help
Powered by ViewVC 1.1.26