-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathfooter.php
More file actions
37 lines (37 loc) · 1.23 KB
/
footer.php
File metadata and controls
37 lines (37 loc) · 1.23 KB
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
<?php
/**
* WicketPixie
* (c) 2006-2011 Eddie Ringle <eddie@eringle.net>
* Provided by Chris Pirillo <chris@pirillo.com>
*
* Licensed under the New BSD License.
*/
?>
<?php wipi_after_page(); ?>
<div class="clear"></div>
</div>
</div>
<div id="footer">
<span class="footer-left">
Copyright © 2011 Eddie Ringle
</span>
<span class="footer-right">
Powered by <a href="http://chris.pirillo.com/wicketpixie">WicketPixie</a>.
</span>
</div>
</div>
</div>
<?php wipi_after_wrapper(); ?>
<?php wp_footer(); ?>
<script type="text/javascript" src="https://www.google.com/jsapi?autoload=%7B%22modules%22%3A%5B%7B%22name%22%3A%22feeds%22%2C%22version%22%3A%221%22%7D%5D%7D"></script>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<script type="text/javascript" src="<?php bloginfo('template_directory'); ?>/js/jquery.curvycorners.packed.js"></script>
<script type="text/javascript" src="<?php bloginfo('template_directory'); ?>/js/superfish.packed.js"></script>
<script type="text/javascript">
$(document).ready(function() {
$('ul.sf-menu').superfish();
});
</script>
<script type="text/javascript" src="<?php wipi_template_uri(); ?>/js/wp-global.js"></script>
</body>
</html>