XPressME Integration Kit

Trac

source: trunk/xpressme_integration_kit/wp-content/themes/xpress_default/footer.php @ 618

Last change on this file since 618 was 618, checked in by toemon, 14 years ago

xpress-defaultテーマのフッター部分の余計なコメントを削除 Fixes#353

File size: 548 bytes
Line 
1<hr class="xpress-border"></hr>
2
3<div id="xpress_footer">
4        <div class="xpress_rss">
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>'); ?>
6        </div>
7        <div class="xpress_credit"><?php echo xpress_credit('echo=0'). ' (' . xpress_convert_time('echo=0&format=' . __('%.3f sec.', 'xpress')) . ')'; ?></div>
8</div>
9</div>
10                <?php wp_footer(); ?>
11</body>
12</html>
Note: See TracBrowser for help on using the repository browser.