-
Notifications
You must be signed in to change notification settings - Fork 1
/
footer.php
29 lines (26 loc) · 1.18 KB
/
footer.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
<div class="clearfix"><hr></div>
<footer class="footer">
<div class="container-fluid">
<div class="row">
<div class="col-lg-6 col-xs-6">
<p class="copyright">© <?php esc( $det_name ); ?></p>
<p><a class="btn btn-link" href="<?php esc( $theme_url ); ?>/admin/index.php" title="lists">Config</a></p>
</div>
<div class="col-lg-6 col-xs-6">
<form name="search" action="search.php" method="POST">
<ul class="list-inline">
<li><input class="form-control" id="detailsSearch" type="text" name="search" placeholder="Search"></li>
<li><input type="submit" name="submit_search" class="btn btn-natural"></li>
</ul>
</form>
</div>
</div>
</div>
</footer>
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</body>
</html>