-
Notifications
You must be signed in to change notification settings - Fork 0
/
so.php
46 lines (44 loc) · 1.63 KB
/
so.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
<?php
/**
* 搜索模板
*
* @package custom
*/
?>
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<title><?php $this->fields->biaoti(); ?> | <?php $this->options->title() ?></title>
<meta name="keywords" content="<?php $this->fields->guanjianci(); ?>" />
<meta name="description" content="<?php $this->fields->miaoshu(); ?>" />
<?php include('head.php'); ?>
</head>
<body class="black-color dark-slider">
<div id="wrapper">
<div class="row">
<?php include('sidebar.php'); ?>
</div>
</div>
<div id="main">
<div class="container postListsModel">
<div class="row">
<div class="col-md-12 col-lg-12">
<div class="categoryNav-wrapper" style="width: 100%;">
<div pandatab="" class="categoryNav" active-class=".current-menu-item,.current-menu-ancestor" sub-class=".sub-menu">
<ul id="menu-cattab" class="menu">
<li class="anchor" style="position: absolute; left: 0px; width: 78px; opacity: 1;"></li>
<?php include('menu.php'); ?>
</ul>
</div>
</div>
<div class="col-xs-12">
<div class="row">
<div class="row postLists cards" height-to="sidebar">
<?php include('sousuo.php'); ?>
</div>
</div>
</div>
</div>
</div>
</div>
<?php include('footer.php'); ?>