XPressME Integration Kit

Trac

source: wp-content/themes/toemon/footer.php @ 1

Last change on this file since 1 was 1, checked in by toemon, 15 years ago

取り敢えずインストールと表示が出来るようにした初期バージョン

File size: 867 bytes
Line 
1<hr />
2<div id="xpress_footer">
3<!-- If you'd like to support WordPress, having the "powered by" link somewhere on your blog is the best way; it's our only promotion or advertising. -->
4        <p>
5                <?php printf(__('%1$s is proudly powered by %2$s', 'kubrick'), get_bloginfo('name'),the_credit()); ?>
6                <br /><?php printf(__('%1$s and %2$s.', 'kubrick'), '<a href="' . get_bloginfo('rss2_url') . '">' . __('Entries (RSS)', 'kubrick') . '</a>', '<a href="' . get_bloginfo('comments_rss2_url') . '">' . __('Comments (RSS)', 'kubrick') . '</a>'); ?>
7                <!-- <?php printf(__('%d queries. %s seconds.', 'kubrick'), get_num_queries(), timer_stop(0, 3)); ?> -->
8        </p>
9</div>
10</div>
11
12<!-- Gorgeous design by Michael Heilemann - http://binarybonsai.com/kubrick/ -->
13<?php /* "Just what do you think you're doing Dave?" */ ?>
14
15                <?php wp_footer(); ?>
16</body>
17</html>
Note: See TracBrowser for help on using the repository browser.