?> "> <img alt="<?php bloginfo('name'); ?> " width="<?php get_setting_e('logo_width', 111); ?> " height="<?php get_setting_e('logo_height', 54); ?> " data-sticky-width="<?php get_setting_e('stk_logo_width', 82); ?> " data-sticky-height="<?php get_setting_e('stk_logo_height', 40); ?> " src="<?php echo $logo; ?> "> </a> </h1> <?php } ?> <button class="btn btn-responsive-nav btn-inverse" data-toggle="collapse" data-target=".nav-main-collapse"> <i class="fa fa-bars"></i> </button> </div>
<p><?php get_setting_e('topbar_teaser'); ?> <?php if ($ph = get_setting('topbar_ph')) { ?> <span><i class="fa fa-phone"></i><?php echo $ph; ?> </span><?php } if ($email = get_setting('topbar_email')) { ?> | <a href="mailto:<?php echo $email; ?> "><?php echo $email; ?> </a><?php } ?> </p>
<div class="container"> <div class="row"> <div class="col-md-12"> <div class="search-results"> <script> (function() { var cx = '<?php get_setting_e('google_cse_id'); ?> '; // Insert your own Custom Search engine ID here var gcse = document.createElement('script'); gcse.type = 'text/javascript'; gcse.async = true; gcse.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') + '//www.google.com/cse/cse.js?cx=' + cx; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(gcse, s); })(); </script> <gcse:searchresults-only queryParameterName="s"></gcse:searchresults-only> </div> </div> </div> </div>
/** Tracking Code * Output tracking code in footer i.e. Google Analytics */ function output_tracking_code() { get_setting_e('tracking_code'); }