/var/www/html_us/wp-content/themes/elessi-theme/footer-modern.php


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?php
/**
 * The template for displaying the footer.
 *
 * @package nasatheme
 */
?>
</main>
<!-- End Main Content Site -->

</div>
<!-- End Wrapper Site -->

<?php
wp_footer
();
echo 
'</body></html>';