-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfooter.php
44 lines (36 loc) · 1006 Bytes
/
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<!--
row end
-->
</div>
<!--
container end
-->
<!--
footer start
-->
<div id="footer">
<div class="container row clear">
<!--修改成自己的相应信息,请保留版权,谢谢!-->
<p>
<a href="<?php $this->options->siteUrl(); ?>" title="<?php $this->options->title();?>"><?php $this->options->title() ?>
</a>
<?php if ($this->options->beian):?>
<a href="http://www.miitbeian.gov.cn" target="_blank"><?php $this->options->beian(); ?></a>
<?php endif; ?>
<br/>Power by Tyepcho Designed by <a href="http://txiner.top"title="Hundred Blog"> Hundred</a>
</p>
</div>
</div>
<!--
footer end
-->
</div>
<!--
wrap end
-->
<label for="sidebar-checkbox" class="sidebar-toggle"></label>
<script type="text/javascript" src="<?php $this->options->themeUrl('js/jquery.min.js');?>"></script>
<script type="text/javascript" src="<?php $this->options->themeUrl('js/html.js');?>"></script>
<?php $this->footer(); ?>
</body>
</html>