Browse Source

fixed date declaration in footer

it now shows on pages that are not posts like custom page templates.
thanks: @bransonwerner
eddiemachado 13 years ago
parent
commit
a4318c95b5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      footer.php

+ 1 - 1
footer.php

@@ -6,7 +6,7 @@
     					<?php bones_footer_links(); // Adjust using Menus in Wordpress Admin ?>
 	                </nav>
 	                		
-					<p class="attribution">&copy; <?php the_date('Y'); ?> <?php bloginfo('name'); ?>.</p>
+					<p class="attribution">&copy; <?php echo date('Y'); ?> <?php bloginfo('name'); ?>.</p>
 				
 				</div> <!-- end #inner-footer -->