plugins/SpecialSearch.php
changeset 100 e9a685fb456f
parent 90 9d29f7e101d6
child 114 47393c6619ea
equal deleted inserted replaced
99:2332ebd75f61 100:e9a685fb456f
    81         $req[$i] = '+' . $req[$i];
    81         $req[$i] = '+' . $req[$i];
    82       }
    82       }
    83       $q .= implode(' ', $req);
    83       $q .= implode(' ', $req);
    84     }
    84     }
    85   }
    85   }
       
    86   $q = trim($q);
    86   $template->header();
    87   $template->header();
    87   if(!empty($q))
    88   if(!empty($q))
    88   {
    89   {
    89     // See if any pages directly match the title
    90     // See if any pages directly match the title
    90           
    91