forked from EddieRingle/wicketpixie
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfooter.php
More file actions
40 lines (35 loc) · 1.36 KB
/
footer.php
File metadata and controls
40 lines (35 loc) · 1.36 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
38
39
40
<?php
/**
* WicketPixie v2.0
* (c) 2006-2009 Eddie Ringle,
* Chris J. Davis,
* Dave Bates
* Provided by Chris Pirillo
*
* Licensed under the New BSD License.
*/
?>
</div>
<!-- /mid -->
<div class="clearer"></div>
</div>
<!-- wrapper -->
<!-- footer -->
<div id="footer">
<p id="footer-credits" class="left">© 2008-2009 <?php bloginfo('name'); ?>, All Rights Reserved</p>
<p id="footer-meta" class="right"><a href="http://code.idlesoft.net/projects/wicketpixie/issues">Bugs or Suggestions?</a> - Powered by <a href="http://chris.pirillo.com/wicketpixie/">WicketPixie</a> v<?php echo WIK_VERSION; ?> provided by <a href="http://chris.pirillo.com">Chris</a></p>
<div class="clearer"></div>
</div>
<!-- footer -->
<!-- jQuery -->
<script type="text/javascript" src="<?php bloginfo('home'); ?>/wp-includes/js/jquery/jquery.js?ver=1.3.2"></script>
<script type="text/javascript" src="<?php echo get_template_directory_uri();?>/js/wp-global.js"></script>
<script type="text/javascript" src="<?php bloginfo('template_directory'); ?>/js/suckerfish-ie.js"></script>
<script type="text/javascript" src="<?php bloginfo('template_directory'); ?>/js/suckerfish-keyboard.js"></script>
<?php wp_footer(); ?>
<?php echo "\n"; ?>
<?php wp_customfooter(); ?>
<?php echo "\n"; ?>
<?php wipi_hook_after_html(); ?>
</body>
</html>