-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfooter.tpl
More file actions
28 lines (17 loc) · 838 Bytes
/
footer.tpl
File metadata and controls
28 lines (17 loc) · 838 Bytes
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
</div>
<div id="footer">
<div class="container">
<hr />
<div class="pull-left text-muted">{$LANG.copyright} © {$date_year} {$companyname}</div>
{if $langchange}<div id="languagechooser" class="pull-right">{$setlanguage}</div>{/if}
</div>
</div>
<!-- JS -->
<script src="//netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js"></script>
<script type="text/javascript" src="templates/{$template}/static/js/statesdropdown.js"></script>
<script type="text/javascript" src="templates/{$template}/static/js/select2.min.js"></script>
<script type="text/javascript" src="templates/{$template}/static/js/app.js"></script>
{if $livehelpjs}{$livehelpjs}{/if}
{$footeroutput}
</body>
</html>