Quotes around terms in hyperlink searches
[pazpar2-moved-to-github.git] / www / demo / help.php
1 <?php
2
3 /* $Id: help.php,v 1.1 2007-01-04 14:11:55 sondberg Exp $
4  * --------------------------------------------------------------------
5  * Keystone retreiver help page
6  */
7
8 require('includes.phpi');
9
10 insert_header();
11
12 echo "<h3>Welcome to the help page</h3>";
13
14 insert_footer();
15
16 ?>