-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathfooter.php
More file actions
29 lines (22 loc) · 849 Bytes
/
footer.php
File metadata and controls
29 lines (22 loc) · 849 Bytes
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
<?php if (!defined('__TYPECHO_ROOT_DIR__')) exit; ?>
<?php //if (!$_SERVER['HTTP_X_PJAX']) {
?>
</div><!-- end #body -->
<footer class="footer" role="contentinfo">
<?php echo $this->options->footerHtml ? $this->options->footerHtml : "" ?>
</footer><!-- end #footer -->
<script type="text/javascript" src="//upcdn.b0.upaiyun.com/libs/jquery/jquery-2.0.3.min.js"></script>
<script type="text/javascript" src="//filehost.izhai.net/web/jquery.pjax.js"></script>
<script src="<?php $this->options->themeUrl('hikari.js'); ?>"></script>
<?php $this->footer(); ?>
<div class="loader">
<div class="cssload-thecube">
<div class="cssload-cube cssload-c1"></div>
<div class="cssload-cube cssload-c2"></div>
<div class="cssload-cube cssload-c4"></div>
<div class="cssload-cube cssload-c3"></div>
</div>
</div>
</body>
</html>
<?php //} ?>