remove wikicache
[dana/openbox-web.git] / search.php
1 <?php
2 $title='Search Results';
3 $breadcrumb=array('Home', '.', 'Help', 'help.php');
4 ?>
5
6 <html>
7   <?php include('head.php') ?>
8   <link rel="stylesheet" type="text/css" href="css/help.css" />
9 </head>
10
11 <?php include('top.php') ?>
12
13 <?php splash_title('images/splash/search.png', $title, true); ?>
14
15 <?php include('content.php') ?>
16
17 <div id="cse-search-results"></div>
18 <script type="text/javascript">
19   var googleSearchIframeName = "cse-search-results";
20   var googleSearchFormName = "cse-search-box";
21   var googleSearchFrameWidth = 970;
22   var googleSearchDomain = "www.google.com";
23   var googleSearchPath = "/cse";
24 </script>
25 <script type="text/javascript"
26   src="http://www.google.com/afsonline/show_afs_search.js"></script>
27
28 <?php include('bottom.php') ?>