Author: rado
Date: Tue Jun  5 07:50:03 2007
New Revision: 506

URL: http://svn.gna.org/viewcvs/phplinker?rev=506&view=rev
Log:

#177

URL search

Modified:
    trunk/www/index.php

Modified: trunk/www/index.php
URL: 
http://svn.gna.org/viewcvs/phplinker/trunk/www/index.php?rev=506&r1=505&r2=506&view=diff
==============================================================================
--- trunk/www/index.php (original)
+++ trunk/www/index.php Tue Jun  5 07:50:03 2007
@@ -175,12 +175,11 @@
 linker_tpl("server_name",$server_name);
 linker_tpl("navbars" , $navbars);
 
-if (isset($_GET['find']))
+if (isset($_GET['find'])){
   linker_tpl("search_value",$_GET['find']);
-
-if (isset($_GET['cat']))
+ }else{
   linker_tpl("parents",$parents);
-
+       }
 linker_tpl("urls" , $urls);
 linker_tpl("pub_selection",$pub_selection);
 


_______________________________________________
PHPLinker-commits mailing list
[email protected]
https://mail.gna.org/listinfo/phplinker-commits

Reply via email to