Last change
on this file since 176 was
163,
checked in by toemon, 16 years ago
|
bump Ver0.26 #97 xpress_default テーマでマルチユーザモードでユーザー選択しているとき、タイトル部分にアバター表示するようにした。
|
File size:
905 bytes
|
Rev | Line | |
---|
[163] | 1 | <hr class="xpress-border"></hr>
|
---|
| 2 |
|
---|
[1] | 3 | <div id="xpress_footer">
|
---|
[140] | 4 | <div class="xpress_rss">
|
---|
[64] | 5 | <?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>'); ?>
|
---|
[140] | 6 | </div>
|
---|
[64] | 7 | <!-- <?php printf(__('%d queries. %s seconds.', 'xpress'), get_num_queries(), timer_stop(0, 3)); ?> -->
|
---|
[32] | 8 | <!-- 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. -->
|
---|
[140] | 9 | <div class="xpress_credit"><?php echo xpress_credit(). ' (' . xpress_convert_time() . ')'; ?></div>
|
---|
[1] | 10 | </div>
|
---|
| 11 | </div>
|
---|
| 12 |
|
---|
[64] | 13 | <!-- Gorgeous design by Michael Heilemann - http://binarybonsai.com/xpress/ -->
|
---|
[1] | 14 | <?php /* "Just what do you think you're doing Dave?" */ ?>
|
---|
| 15 |
|
---|
| 16 | <?php wp_footer(); ?>
|
---|
| 17 | </body>
|
---|
| 18 | </html>
|
---|
Note: See
TracBrowser
for help on using the repository browser.