forked from WHMCS/templates-six
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfooter.tpl
51 lines (46 loc) · 1.77 KB
/
footer.tpl
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
</div><!-- /.main-content -->
{if !$inShoppingCart && $secondarySidebar->hasChildren()}
<div class="col-md-3 pull-md-left sidebar">
{include file="$template/includes/sidebar.tpl" sidebar=$secondarySidebar}
</div>
{/if}
<div class="clearfix"></div>
</div>
</div>
</section>
<section id="footer">
<div class="container">
<a href="#" class="back-to-top"><i class="fa fa-chevron-up"></i></a>
<p>Copyright © {$date_year} {$companyname}. All Rights Reserved.</p>
</div>
</section>
<div class="modal system-modal fade" id="modalAjax" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content panel panel-primary">
<div class="modal-header panel-heading">
<button type="button" class="close" data-dismiss="modal">
<span aria-hidden="true">×</span>
<span class="sr-only">Close</span>
</button>
<h4 class="modal-title">Title</h4>
</div>
<div class="modal-body panel-body">
Loading...
</div>
<div class="modal-footer panel-footer">
<div class="pull-left loader">
<i class="fa fa-circle-o-notch fa-spin"></i> Loading...
</div>
<button type="button" class="btn btn-default" data-dismiss="modal">
Close
</button>
<button type="button" class="btn btn-primary modal-submit">
Submit
</button>
</div>
</div>
</div>
</div>
{$footeroutput}
</body>
</html>