forked from TovuInitiative/Tovu
-
Notifications
You must be signed in to change notification settings - Fork 0
/
search.php
executable file
·64 lines (47 loc) · 1.31 KB
/
search.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<?php require("classes/cls.constants.php"); include("classes/cls.paths.php"); ?>
<?php include("zscript_meta.php"); ?>
<body>
<?php include("includes/wrap_head.php"); ?>
<?php
//echo '<div class="clearfix padd20_l">'.REF_ACTIVE_URL.' => '.$my_redirect .' id: '.$com_active .' sec: '.$comMenuSection.' type:'.$comMenuType.' seo:'.$seo_name.' page_'.$this_page.'</div>';
//displayArray($request);
?>
<div class="padd10"></div>
<div class="page_width">
<div class="subcolumns clearfix">
<div class="col-md-9 bg-white">
<div class="col_gutsl">
<div class="subcolumns">
<div id="wrapper">
<div style="min-height:400px;">
<?php include("includes/inc.cont.search.php");
$dir_keywords = ' '; ?>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-3 padd10_t">
<div class="col_cont">
<div class="themeFlag">
<div class="tcol4">
<?php
//include("includes/inc.cont.box.featured.php");
//include("includes/inc.events-datebox.php");
//include("includes/inc.downloads-box.php");
//include("includes/nav_social_feeds_tabs.php");
//include("includes/nav_gut_side.php");
?>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="subcolumns clearfix">
</div>
<?php include("includes/wrap_foot.php"); ?>
<?php include("zscript_vary.php"); ?>
</body>
</html>