54 lines
1.6 KiB
Scheme
Raw Permalink Normal View History

2019-08-27 22:25:05 +07:00
<div class="wrapper">
<div class="element">
2021-01-14 02:03:21 +07:00
<div class="footer__container $DefaultContainer">
<% with $SiteConfig %>
<div class="field">
<div class="fn">$Title</div>
<% if $Address %>
<address>
$Address<br/>
$Suburb, $State $ZipCode
</address>
2021-01-02 21:08:21 +07:00
<% end_if %>
2021-01-14 02:03:21 +07:00
</div>
2018-08-06 18:46:54 +07:00
2021-01-14 02:03:21 +07:00
<% if $PhoneNumber %>
<div class="field">
$PhoneNumber
</div>
<% end_if %>
2019-12-18 03:43:28 +07:00
2021-01-14 02:03:21 +07:00
<% if $PublicEmail %>
<div class="field">
$PublicEmail
</div>
<% end_if %>
2021-01-14 02:03:21 +07:00
<% include Objects\SocialLinks %>
<% end_with %>
2021-04-28 22:34:53 +07:00
2021-01-14 02:03:21 +07:00
<% include LocaleMenu %>
2019-11-08 01:26:33 +07:00
</div>
2019-08-27 22:25:05 +07:00
</div>
</div>
2021-01-14 02:03:21 +07:00
<% with $SiteConfig %>
2019-08-27 22:25:05 +07:00
<div class="copyright footer">
<div class="container">
2019-12-18 03:43:28 +07:00
<div class="row">
2018-08-06 18:46:54 +07:00
<div class="col-sm-6">
Copyright &copy; {$Top.CurrentTime.Format("Y")} {$Title} All rights reserved.
</div>
<div class="col-sm-6">
<% if $PrivacyPolicy %>
2019-04-11 05:15:29 +07:00
<a href="$PrivacyPolicy.Link">$PrivacyPolicy.Title</a>
<% end_if %>
<% if $Sitemap %>
<a href="$Sitemap.Link">$Sitemap.Title</a>
2018-08-06 18:46:54 +07:00
<% end_if %>
</div>
2019-12-18 03:43:28 +07:00
</div>
</div>
2018-08-06 18:46:54 +07:00
</div>
<% end_with %>