[pmwiki-users] cookbook/searchterms.php - path correction
    Stephan Schildberg 
    schildberg at scoid.de
       
    Mon Apr 18 17:11:42 CDT 2005
    
    
  
Hello Patrick,
your nice description of cookbook file http://www.pmwiki.org/pmwiki/uploads/Cookbook/searchterms.php has not given us the correct path.
 
    This script enables highlighting of search terms when a page has
    been reached from a search engine such as Google, Yahoo!, or
    even PmWiki's search engine.  To use this script, simply place
    it in the cookbook/ directory and add the line
        include_once('searchterms.php');
please rename the path to:
        include_once('cookbook/searchterms.php');
Stephan.
    
    
More information about the pmwiki-users
mailing list