Line | |
---|
1 | </div><!-- Closes wrapper -->
|
---|
2 |
|
---|
3 |
|
---|
4 | <div id="footercontainer">
|
---|
5 | <div id="footer">
|
---|
6 |
|
---|
7 | <div id="footerleft">
|
---|
8 | <ul id="footernav">
|
---|
9 | <li><a href="<?php echo get_option('home'); ?>">Home</a></li>
|
---|
10 | <?php wp_list_pages('depth=1&title_li=0&sort_column=menu_order'); ?>
|
---|
11 | <li><a class="rss" href="feed:<?php bloginfo('comments_rss2_url'); ?>">comments RSS</a></li>
|
---|
12 | <li><a class="rss" href="feed:<?php bloginfo('rss2_url'); ?>">full RSS</a></li>
|
---|
13 | </ul>
|
---|
14 | <p id="footercopy">Theme: <a href="http://duplex.net/">Duplexes </a> by <a href="http://duplex.net/">Duplex Real Estate Network</a>.</p>
|
---|
15 | </div>
|
---|
16 |
|
---|
17 | <div id="footerright">
|
---|
18 | <a href="http://wordpress.org"><img src="<?php bloginfo('template_directory'); ?>/images/wplogo.gif" alt="WordPress.org" /></a>
|
---|
19 | </div>
|
---|
20 |
|
---|
21 | <div class="cleared"></div>
|
---|
22 | <?php wp_footer(); ?>
|
---|
23 | </div><!-- Closes footer -->
|
---|
24 | </div><!-- Closes footercontainer -->
|
---|
25 |
|
---|
26 | </body>
|
---|
27 | </html>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.