Last change
on this file since 142 was
140,
checked in by toemon, 16 years ago
|
インデックスページのデザイン (XPressMEVer1.X)のデフォルトに近いテーマ)
|
File size:
870 bytes
|
Line | |
---|
1 | <div id="xpress_footer">
|
---|
2 | <div class="xpress_rss">
|
---|
3 | <?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>'); ?>
|
---|
4 | </div>
|
---|
5 | <!-- <?php printf(__('%d queries. %s seconds.', 'xpress'), get_num_queries(), timer_stop(0, 3)); ?> -->
|
---|
6 | <!-- 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. -->
|
---|
7 | <div class="xpress_credit"><?php echo xpress_credit(). ' (' . xpress_convert_time() . ')'; ?></div>
|
---|
8 | </div>
|
---|
9 | </div>
|
---|
10 |
|
---|
11 | <!-- Gorgeous design by Michael Heilemann - http://binarybonsai.com/xpress/ -->
|
---|
12 | <?php /* "Just what do you think you're doing Dave?" */ ?>
|
---|
13 |
|
---|
14 | <?php wp_footer(); ?>
|
---|
15 | </body>
|
---|
16 | </html>
|
---|
Note: See
TracBrowser
for help on using the repository browser.