This repository has been archived by the owner on Feb 19, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathfooter.php
45 lines (39 loc) · 1.69 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
<?php
/**
* The template for displaying the footer
*
* Contains the closing of the #content div and all content after.
*
* @link https://developer.wordpress.org/themes/basics/template-files/#template-partials
*
* @package The_Stanford_Daily
*/
?>
</div><!-- .container -->
</div><!-- #content -->
<footer id="colophon" class="site-footer">
<div class="container">
<div class="row">
<div class="site-info site-info-left col-12 col-lg-6">
© <?php echo date("Y"); ?> The Stanford Daily Publishing Corporation.
<br />
Proudly powered by <a href="https://wordpress.org/" target="_blank">WordPress</a>
<span class="sep"> | </span>
Theme by <a href="/wp-content/themes/thestanforddaily/about.html" target="_blank">TSD Tech Team</a>
</div><!-- .site-info -->
<div class="site-info site-info-right col-12 col-lg-6">
<a href="/privacy-policy/" target="_blank">Privacy Policy</a>
<span class="sep"> | </span>
<a href="https://app.stanforddaily.com" target="_blank">Mobile App</a>
<br />
Support The Stanford Daily when you shop on <a href="https://smile.amazon.com/" target="_blank">Amazon</a>.
</div>
</div>
</div><!-- .container -->
</footer><!-- #colophon -->
</div><!-- #page -->
<!-- mailchimp popup -->
<script type="text/javascript" src="//downloads.mailchimp.com/js/signup-forms/popup/unique-methods/embed.js" data-dojo-config="usePlainJson: true, isDebug: false"></script><script type="text/javascript">window.dojoRequire(["mojo/signup-forms/Loader"], function(L) { L.start({"baseUrl":"mc.us1.list-manage.com","uuid":"a6e6e96fbb8fbb96fc6af9c6f","lid":"c6bb9454a7","uniqueMethods":true}) })</script>
<?php wp_footer(); ?>
</body>
</html>