-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfooter.php
executable file
·70 lines (61 loc) · 2.84 KB
/
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<?php
/**
* The template for displaying the footer
*
* Contains footer content and the closing of the #main and #page div elements.
*
* @package WordPress
* @subpackage Twenty_Twelve
* @since Twenty Twelve 1.0
*/
?>
</section>
<?php do_action( 'before_footer' ); ?>
<footer>
<div class="address">
<?php if ( is_alumni() ) { ?>
<strong>Ripon College</strong><br>
300 W. Seward St. | Ripon, WI 54971<br>
920-748-8126 | <a href="mailto:[email protected]">[email protected]</a>
<?php } else { ?>
<strong>Ripon College</strong><br>
300 W. Seward St.<br>
Ripon, WI 54971
<?php } ?>
</div>
<?php if ( !has_call_to_action() ) { ?>
<a href="#top" class="btn back-to-top">^</a>
<?php } ?>
<div class="social">
<?php if ( !is_alumni() && !is_events() ) { ?>
<a href="tel:9207488115"><img src="<?php bloginfo('template_url') ?>/img/social-phone.webp"></a>
<a href="mailto:[email protected]"><img src="<?php bloginfo('template_url') ?>/img/social-email.webp"></a>
<?php } ?>
<?php if ( is_events() ) { ?>
<a href="tel:9207488164"><img src="<?php bloginfo('template_url') ?>/img/social-phone.webp"></a>
<a href="mailto:[email protected]"><img src="<?php bloginfo('template_url') ?>/img/social-email.webp"></a>
<a href="http://www.facebook.com/RCConferences"><img src="<?php bloginfo('template_url') ?>/img/social-facebook.webp"></a>
<a href="http://instagram.com/rcconferences"><img src="<?php bloginfo('template_url') ?>/img/social-instagram.webp"></a>
<?php } else { ?>
<a href="http://www.facebook.com/ripon.college"><img src="<?php bloginfo('template_url') ?>/img/social-facebook.webp"></a>
<a href="http://www.linkedin.com/groups?home=&gid=4646327&trk=anet_ug_hm"><img src="<?php bloginfo('template_url') ?>/img/social-linkedin.webp"></a>
<a href="https://twitter.com/riponcollege"><img src="<?php bloginfo('template_url') ?>/img/social-twitter.webp"></a>
<a href="http://www.youtube.com/riponcollegevideo"><img src="<?php bloginfo('template_url') ?>/img/social-youtube.webp"></a>
<a href="http://instagram.com/riponcollege"><img src="<?php bloginfo('template_url') ?>/img/social-instagram.webp"></a>
<?php } ?>
<?php if ( !is_alumni() && !is_events() ) { ?>
<a href="https://zeemee.app.link/ripon"><img src="<?php bloginfo('template_url') ?>/img/social-zeemee.webp"></a>
<?php } ?>
<div style="clear:both"></div>
</div>
<div class="colophon">
Copyright © <?php print date('Y'); ?>. All Rights Reserved. <a href="/privacy-policy">Privacy Policy</a>.
</div>
</footer>
</div><!-- #page -->
</div><!-- #page -->
<?php wp_footer(); ?>
<script async="async" src="https://apply.ripon.edu/ping"></script>
<script async="async" defer="defer" src="https://www.youvisit.com/tour/Embed/js3" type="text/javascript"></script>
</body>
</html>