File: //home/awaldron/_domains/phlibrary.alanwaldron.com/wp-content/themes/phlibrary/footer.php
<?php
/**
* The template for displaying the footer.
*
* Contains the closing of the #content div and all content after
*
* @package understrap
*/
// Exit if accessed directly.
defined( 'ABSPATH' ) || exit;
$container = get_theme_mod( 'understrap_container_type' );
$hrs = unserialize(get_option('phlib_hours'));
?>
<footer id="page-foot" class="div-padding">
<div class="container">
<div class="row">
<div class="col-sm-6">
<!-- <div>-->
<!-- <a rel="home" href="--><?php //echo esc_url( home_url( '/' ) ); ?><!--" title="--><?php //echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?><!--" itemprop="url">-->
<!-- <img src="--><?//=get_template_directory_uri()?><!--/img/phlibrary-logo.png" id="logo" style="max-width: 200px;" />-->
<!-- </a>-->
<!-- </div>-->
<div class="text-center assoc-logos">
<a href="http://aclalibraries.org/" target="_top"><img src="<?= get_template_directory_uri() ?>/img/acla.png"/></a>
<a href="http://powerlibrary.org/" target="_blank"><img src="<?= get_template_directory_uri() ?>/img/powerlibrary.png"/></a>
<a href="https://www.whitehallpubliclibrary.org/wp-content/uploads/2019/06/radlogo.jpg" target="_blank"><img src="<?= get_template_directory_uri() ?>/img/rad-works.png"/></a>
</div>
</div>
<div class="col-sm-6">
<div class="row">
<div class="col-sm-6">
<div class="address">
<?php dynamic_sidebar( 'footercol2' ); ?>
<i class="far fa-clock-o fa-fw"></i> <?=($hrs['ph'][date('w')]=='Closed' ? 'Closed Today' : 'Open today '.$hrs['ph'][date('w')])?>
<br>
</div>
</div>
<div class="col-sm-6">
<div class="address">
<?php dynamic_sidebar( 'footercol3' ); ?>
</div>
</div>
</div>
</div>
</div>
</div>
</footer>
<div id="copyright">Copyright ©<?=date('Y')?> Penn Hills Library. All Rights Reserved.</div>
</div><!-- #page we need this extra closing tag here -->
<?php wp_footer(); ?>