-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfooter.php
36 lines (36 loc) · 1.7 KB
/
footer.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<?php
/**
* The template for displaying the footer
*
* Contains the closing of the #content div and all content after.
*
* @link https://developer.wordpress.org/themes/basics/template-files/#template-partials
*
* @package sahlems
*/
?>
</div><!-- #content -->
<footer id="colophon" class="site-footer">
<div class="site-info">
<div>
<div class="u_1248545120 dmNewParagraph" data-dmtmpl="true" id="1248545120" data-uialign="center" style="display: block;">
<h2 style="text-align: center;">SAHLEM’S ROOFING & SIDING</h2>
<div style="text-align: center;">2260 SOUTHWESTERN BLVD., WEST SENECA, NY 14224</div>
<div style="text-align: center;">PH: 716-662-0062 | FAX: 716-662-5743</div>
<h4 style="text-align: center;">SERVING THE GREATER BUFFALO, NY AREA</h4>
</div>
<a href="https://www.facebook.com/Sahlems-Roofing-Siding-514765881894511" target="_blank">
<i class="fab fa-facebook"></i>
</a>
<div class="u_1761641790 imageWidget align-center" editablewidget="true" data-widget-type="image" id="1761641790" data-element-type="image">
<img
src="https://irp-cdn.multiscreensite.com/6067b794/dms3rep/multi/mobile/1668584.png" id="1823942664" class=""
data-dm-image-path="https://irp-cdn.multiscreensite.com/6067b794/dms3rep/multi/1668584.png" alt="Dumpster Company Buffalo NY" onerror="handleImageLoadError(this)"></div>
</div>
<p>© <?= date("Y");?> Sahlems </p>
</div><!-- .site-info -->
</footer><!-- #colophon -->
</div><!-- #page -->
<?php wp_footer(); ?>
</body>
</html>