-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfooter.php
More file actions
executable file
·27 lines (22 loc) · 1.13 KB
/
footer.php
File metadata and controls
executable file
·27 lines (22 loc) · 1.13 KB
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
<!-- footer START -->
<div id="footer">
<div class="content">
<span id="about">
<a href="<?php $this->options->siteurl(); ?>"><?php $this->options->title(); ?></a> <?php _e('is powered by'); ?> <a href="http://www.typecho.org">Typecho)))</a> <?php _e('theme modified by'); ?> <a href="http://www.letonlife.cn">LeToN.j1Y</a><br /><a href="<?php $this->options->feedUrl(); ?>"><?php _e('Entries'); ?> <abbr title="Really Simple Syndication">RSS</abbr></a> and <a href="<?php $this->options->commentsFeedUrl(); ?>"><?php _e('Comments'); ?> <abbr title="Really Simple Syndication">RSS</abbr></a>
</span>
<a id="gotop" href="#" onclick="MGJS.goTop();return false;"><?php _e('Top', 'blocks'); ?></a>
<div class="fixed"></div>
</div>
</div>
<!-- footer END -->
</div>
<!-- container END -->
<?php
if ($this->is('single')) {
Helper::threadedCommentsScript();
}
?>
<script type="text/javascript" src="http://twitter.com/javascripts/blogger.js"></script>
<script type="text/javascript" src="http://twitter.com/statuses/user_timeline/leton2008.json?callback=twitterCallback2&count=5"></script>
</body>
</html>