forked from pagecho/maupassant
-
Notifications
You must be signed in to change notification settings - Fork 0
/
footer.php
22 lines (22 loc) · 966 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
</div>
</div>
</div>
<footer id="footer">
<div class="container">
<div class="crumbs_patch">
<a href="<?php $this->options->siteUrl(); ?>">首页</a> »</li>
<?php if ($this->is('index')): ?><!-- 页面为首页时 -->
博文
<?php elseif ($this->is('post')): ?><!-- 页面为文章单页时 -->
<?php $this->category(); ?> » <?php $this->title() ?>
<?php else: ?><!-- 页面为其他页时 -->
<?php $this->archiveTitle(' » ','',''); ?>
<?php endif; ?>
</div>
© <?php echo date('Y'); ?> <a rel="nofollow" href="<?php $this->options->siteUrl(); ?>"><?php $this->options->title(); ?></a>,
<a rel="license" target="_blank" href="http://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0 Int'l LIC</a>.
</div>
</footer>
<?php $this->footer(); ?>
</body>
</html>