Preview: footer.php
Size: 2.93 KB
/home/jambtst2015/public_html/ida.org.ng/wp-content/themes/ida/footer.php
<?php
/**
* The template for displaying the footer.
*
* Contains the closing of the #content div and all content after
*
* @package AccesspressLite
*/
?>
</div><!-- #content -->
<footer id="colophon" class="site-footer" role="contentinfo">
<?php
global $accesspresslite_options;
$accesspresslite_settings = get_option( 'accesspresslite_options', $accesspresslite_options );
if ( is_active_sidebar( 'footer-1' ) || is_active_sidebar( 'footer-2' ) || is_active_sidebar( 'footer-3' ) || is_active_sidebar( 'footer-4' ) || !empty($accesspresslite_settings['google_map']) || !empty($accesspresslite_settings['contact_address'])) : ?>
<div id="top-footer">
<div class="ak-container">
<div class="footer1 footer">
<?php if ( is_active_sidebar( 'footer-1' ) ) : ?>
<?php dynamic_sidebar( 'footer-1' ); ?>
<?php endif; ?>
</div>
<div class="footer2 footer">
<?php if ( is_active_sidebar( 'footer-2' ) ) : ?>
<?php dynamic_sidebar( 'footer-2' ); ?>
<?php endif; ?>
</div>
<div class="clearfix hide"></div>
<div class="footer3 footer">
<?php if ( is_active_sidebar( 'footer-3' ) ) : ?>
<?php dynamic_sidebar( 'footer-3' ); ?>
<?php endif; ?>
</div>
<div class="footer4 footer">
<?php if ( is_active_sidebar( 'footer-4' ) ) : ?>
<?php dynamic_sidebar( 'footer-4' ); ?>
<?php else:
if(!empty($accesspresslite_settings['google_map']) || !empty($accesspresslite_settings['contact_address'])){ ?>
<h3 class="widget-title"><?php _e('Find Us','accesspresslite')?></h3>
<?php if(!empty($accesspresslite_settings['google_map'])) { ?>
<div class="ak-google-map"><?php echo $accesspresslite_settings['google_map']; ?></div>
<?php }
if(!empty($accesspresslite_settings['contact_address'])) { ?>
<div class="ak-contact-address"><?php echo wpautop($accesspresslite_settings['contact_address']); ?></div>
<?php }
if($accesspresslite_settings['show_social_footer'] == 0){
do_action( 'accesspresslite_social_links' );
}
}
endif; ?>
</div>
</div>
</div>
<?php endif; ?>
<div id="bottom-footer">
<div class="ak-container">
<div class="copyright">
© <?php echo date('Y') ?> ida.org.ng All Rights Reserved | Support <a style="color:#DA251C;" href="" target="blank"><b>IDA Project 2016</b></a> | <a style="color:#333;" href=""> Home</a> | <a style="color:#333;" href=""> About Us</a> | <a style="color:#333;" href=""> Projects</a> | <a style="color:#333;" href=""> Events</a> | <a style="color:#333;" href=""> News</a> | <a style="color:#333;" href=""> Document </a>| <a style="color:#333;" href=""> Members</a> | <a style="color:#333;" href=""> Projects</a> | <a style="color:#333;" href=""> Contact us</a>
</div>
</div>
</div>
</footer><!-- #colophon -->
</div><!-- #page -->
<?php wp_footer(); ?>
</body>
</html>
Directory Contents
Dirs: 7 × Files: 26