1
|
1 |
</div> |
|
2 |
|
|
3 |
<div id="footer-container"> |
|
4 |
<div id="footer"> |
|
5 |
<div class="container-header-dark-dark"><span></span></div> |
|
6 |
<div class="container-dark"> |
|
7 |
<ul class="footer-columns clearfix"> |
|
8 |
<?php if(is_active_sidebar(5)) : ?> |
|
9 |
<li class="column-one"> |
|
10 |
<?php if (function_exists('dynamic_sidebar') && dynamic_sidebar(5) ); ?> |
|
11 |
</li> |
|
12 |
<?php endif; ?> |
|
13 |
<?php if(is_active_sidebar(6)) : ?> |
|
14 |
<li class="column-two"> |
|
15 |
<?php if (function_exists('dynamic_sidebar') && dynamic_sidebar(6) ); ?> |
|
16 |
</li> |
|
17 |
<?php endif; ?> |
|
18 |
<?php if(is_active_sidebar(7)) : ?> |
|
19 |
<li class="column-three"> |
|
20 |
<?php if (function_exists('dynamic_sidebar') && dynamic_sidebar(7) ); ?> |
|
21 |
</li> |
|
22 |
<?php endif; ?> |
|
23 |
</ul> |
|
24 |
</div> |
|
25 |
<div class="container-footer-dark-dark"><span></span></div> |
|
26 |
<div class="footer-copy clearfix"> |
|
27 |
<p class="copyright"> Copyright © 2009. Powered by <a href="http://www.wordpress.com/" rel="nofollow">Wordpress</a>, Enhanced with <a href="http://www.obox-design.com/ocmx-live.cfm" target="_blank">OCMX-Live</a>.</p> |
|
28 |
<a href="http://www.obox-design.com/premium-wordpress-themes.cfm" title="Premium Wordpress Themes created by Obox Design" class="obox-logo">Obox Signature Series</a> |
|
29 |
</div> |
|
30 |
</div> |
|
31 |
</div> |
|
32 |
<div id="template-directory" class="no_display"><?php echo bloginfo("template_directory"); ?></div> |
|
33 |
|
|
34 |
|
|
35 |
<?php wp_footer(); ?> |
|
36 |
<?php |
|
37 |
if(get_option("ocmx_googleAnalytics")) : |
|
38 |
echo stripslashes(get_option("ocmx_googleAnalytics")); |
|
39 |
endif; |
|
40 |
?> |
|
41 |
|
|
42 |
</body> |
|
43 |
</html> |
|
44 |
|