forked from berkmancenter/berkman_custom_hewlett
-
Notifications
You must be signed in to change notification settings - Fork 0
/
footer.php
48 lines (41 loc) · 1.41 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
<?php
/**
* The template for displaying the footer.
*
* Contains the closing of the id=main div and all content after
*
* @package WordPress
* @subpackage Twenty_Eleven
* @since Twenty Eleven 1.0
*/
?>
</div><!-- #main -->
<footer id="colophon" role="contentinfo">
<?php
/* A sidebar in the footer? Yep. You can can customize
* your footer with three columns of widgets.
*/
if ( ! is_404() )
get_sidebar( 'footer' );
?>
<p>
<strong>Hewlett OER Grantees Meeting 2012</strong>
·
Grantees Meeting: April 10–12
·
Hack Day: April 13
·
Cambridge, MA
<br /><br />
<a href="http://www.hewlett.org/">William and Flora Hewlett Foundation</a>
·
<a href="http://www.cyber.law.harvard.edy/">Berkman Center for Internet & Society at Harvard University</a>
<br /><br />
<a href="http://creativecommons.org/licenses/by/3.0/" id="cc-logo"></a>
Except where otherwise noted, content on this site is licensed under a <a href="http://creativecommons.org/licenses/by/3.0/">Creative Commons Attribution 3.0 License</a>.
</p>
</footer><!-- #colophon -->
</div><!-- #page -->
<?php wp_footer(); ?>
</body>
</html>