equal
deleted
inserted
replaced
|
1 <?php |
|
2 /** |
|
3 * @package WordPress |
|
4 * @subpackage Default_Theme |
|
5 */ |
|
6 ?> |
|
7 |
|
8 <hr /> |
|
9 <div id="footer" role="contentinfo"> |
|
10 <!-- 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. --> |
|
11 <p> |
|
12 <?php printf(__('%1$s is proudly powered by %2$s', 'kubrick'), get_bloginfo('name'), |
|
13 '<a href="http://wordpress.org/">WordPress</a>'); ?> |
|
14 <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>'); ?> |
|
15 <!-- <?php printf(__('%d queries. %s seconds.', 'kubrick'), get_num_queries(), timer_stop(0, 3)); ?> --> |
|
16 </p> |
|
17 </div> |
|
18 </div> |
|
19 |
|
20 <!-- Gorgeous design by Michael Heilemann - http://binarybonsai.com/kubrick/ --> |
|
21 <?php /* "Just what do you think you're doing Dave?" */ ?> |
|
22 |
|
23 <?php wp_footer(); ?> |
|
24 </body> |
|
25 </html> |