<br class="clear" />
</div>
<!-- /Content of MAIN -->
</div>
<!-- /MAIN -->
<!-- FOOTER -->
<div id="footer">
<!-- Content of FOOTER -->
<div class="content">
<?php if ( ! dynamic_sidebar( 'Footer' )) : endif; ?>
<br class="clear" />
<?php
$bottom_menu = array(
'menu' => 'Footer Menu',
'menu_id' => '',
'menu_class' => 'footer_menu',
'echo' => true,
'fallback_cb' => '',
'depth' => 1,
'container' => '',
'theme_location' => 'footer_menu'
);
if($bottom_menu) {
echo '<div id="bottom_menu">';
wp_nav_menu($bottom_menu);
echo '</div>';
}
?>
<br class="clear" />
<div class="bottom_logo"><a href="<?php echo home_url() ;?>"><img src="<?php echo get_option('dcb_bottom_logo');?>" alt=" " /><span class="inv"></span></a></div>
<!-- Copyright -->
<div class="copyright">
<?php echo get_option('dcb_copyright');?>
</div>
<!-- /Copyright -->
<br class="clear" />
</div>
<?php _e('Powered by',wordpress); ?> <a href="http://wphackz.com" title="WordPress Themes">Wordpress Themes </a>
</div>
<!-- /FOOTER -->
</div>
<?php wp_footer(); ?>
<script type="text/javascript">
// PrettyPhoto Setting light_rounded / dark_rounded / light_square / dark_square / facebook
$j(function() {
$j("a[rel^='prettyPhoto']").prettyPhoto({animationSpeed:'<?php echo get_option("dcb_lightbox_speed");?>',theme:'<?php echo get_option("dcb_lightbox_type");?>'});
});
</script>
<?php if( get_option('dcb_font') == "none") {} else { ?>
<script type="text/javascript">Cufon.now();</script>
<?php } ?>
<?php if(get_option('dcb_google_analytic') == ""){ echo ''; } else { ?>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', '<?php echo get_option("dcb_google_analytic");?>']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
<?php } ?>