-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfooter.php
42 lines (33 loc) · 971 Bytes
/
footer.php
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
<?php
/**
* The template for displaying the footer
*
* Contains the closing of the "body-content-wrapper" div and all content after.
*
*/
?>
<a href="#" class="scrollup"></a>
<footer id="footer-main">
<div id="footer-content-wrapper">
<?php get_sidebar( 'footer' ); ?>
<div class="clear">
</div>
</div><!-- #footer-content-wrapper -->
</footer>
<div id="footer-bottom-area">
<div id="footer-bottom-content-wrapper">
<div id="copyright">
<p>
<?php ayamedicine_show_copyright_text(); ?>
<a target="_blank" href="<?php echo esc_url( 'http://secondsite.xyz' ); ?>"
title="<?php esc_attr_e( 'Revathi Healing Theme', 'ayamedicine' ); ?>">
<?php esc_html_e('Revathi Healing Theme', 'ayamedicine'); ?>
</a>
</p>
</div><!-- #copyright -->
</div>
</div><!-- #footer-main -->
</div><!-- #body-content-wrapper -->
<?php wp_footer(); ?>
</body>
</html>