/[health_html]/inc/pgSearch.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

Contents of /inc/pgSearch.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (show annotations)
Tue Sep 25 22:16:40 2001 UTC (22 years, 6 months ago) by dpavlin
Branch: MAIN
Changes since 1.1: +11 -5 lines
*** empty log message ***

1 <?php
2
3 global $fname,$tpl;
4 $fname="mnogosearch.tpl";
5 if ($query) {
6 $q=$query;
7 }
8
9 include("inc/conn.php");
10 $section_menu = "search";
11 include_once("inc/mnogo/search.inc");
12 $tpl->assign("MAIN",$mnogo_output);
13 $query="";
14 ?>

  ViewVC Help
Powered by ViewVC 1.1.26