-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfooter.php
More file actions
21 lines (17 loc) · 777 Bytes
/
footer.php
File metadata and controls
21 lines (17 loc) · 777 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?php //get_sidebar() ?>
</div> <!-- fim #main -->
<div id="footer">
</div>
<!-- ======================================================================================= -->
<!-- JAVASCRIPT -->
<!-- ======================================================================================= -->
<?php Helper::js(array("script.js")); ?>
<!--
###################################################
# Adicionar arquivos de plugins acima. #
###################################################
-->
<!-- change the UA-XXXXX-X to be your site's ID -->
<?php wp_footer(); ?>
</body>
</html>