23 lines
		
	
	
		
			584 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
		
			584 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| /**
 | |
|  * @package WordPress
 | |
|  * @subpackage Default_Theme
 | |
|  */
 | |
| ?>
 | |
| 
 | |
| <div id="footer">
 | |
| 	<div id="footer-inner">
 | |
| 
 | |
| <!-- If you'd like to support WordPress, having the "powered by" link somewhere on your blog is the best way; it's our only promotion or advertising. -->
 | |
| 
 | |
| 		© 2009 - 2011 Aaron Lindsay, and powered by <a href="http://wordpress.org/">WordPress</a>
 | |
| 	</div>
 | |
| </div>
 | |
| 
 | |
| <!-- Gorgeous design by Michael Heilemann - http://binarybonsai.com/kubrick/ -->
 | |
| <?php /* "Just what do you think you're doing Dave?" */ ?>
 | |
| 
 | |
| 		<?php wp_footer(); ?>
 | |
| </body>
 | |
| </html>
 |