-
Notifications
You must be signed in to change notification settings - Fork 0
/
footer.thtml
33 lines (32 loc) · 1.17 KB
/
footer.thtml
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
{# begin {templatelocation} #}
{# END OF CONTENT AREA #}
</div> {# end of centercolumn #}
{left_blocks}
</div> {# end of uk-grid #}
</div> {# end of uk-container #}
</div> {#end of tm-content #}
<a href="#top" data-uk-smooth-scroll>
<p id="scroll-to-top" style="display:none;">
<i class="uk-icon-chevron-up"></i>
</p>
</a>
<footer id="tm-footer" itemscope="itemscope" itemtype="http://schema.org/WPFooter">
<div id="tm-footer">
<div id="tm-block-bottom" class="uk-clearfix">
{right_blocks}
</div>
<div id="tm-block-footer" class="uk-clearfix uk-text-center uk-align-center uk-margin-bottom-remove">
<div class="uk-margin-top">{!!autotag staticpage_content:equinox_footer_logo !!}</div>
<div class="uk-margin-top uk-margin-bottom">
<span id="copyright" itemprop="copyrightHolder" itemscope="itemscope" itemtype="http://schema.org/Organization">
<span itemprop="name">{copyright_msg}</span>
</span>
</div>
</div>
</div>
</footer>
{js-footer}
{raw-footer}
</body>
</html>
{# end {templatelocation} #}