Last change
on this file since 65 was
64,
checked in by toemon, 16 years ago
|
言語ファイルのドメイン名をkubilicからxpressに変更、及びpoを取り直して整理
|
File size:
852 bytes
|
Rev | Line | |
---|
[1] | 1 | <hr />
|
---|
| 2 | <div id="xpress_footer">
|
---|
| 3 | <p>
|
---|
[64] | 4 | <?php printf(__('%1$s and %2$s.', 'xpress'), '<a href="' . get_bloginfo('rss2_url') . '">' . __('Entries (RSS)', 'xpress') . '</a>', '<a href="' . get_bloginfo('comments_rss2_url') . '">' . __('Comments (RSS)', 'xpress') . '</a>'); ?>
|
---|
| 5 | <!-- <?php printf(__('%d queries. %s seconds.', 'xpress'), get_num_queries(), timer_stop(0, 3)); ?> -->
|
---|
[1] | 6 | </p>
|
---|
[32] | 7 | <!-- 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. -->
|
---|
| 8 | <div id="xpress_credit"><?php echo xpress_credit(). ' (' . xpress_convert_time() . ')'; ?></div>
|
---|
[1] | 9 | </div>
|
---|
| 10 | </div>
|
---|
| 11 |
|
---|
[64] | 12 | <!-- Gorgeous design by Michael Heilemann - http://binarybonsai.com/xpress/ -->
|
---|
[1] | 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.