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