Advertisement
scottwebtechbydesign

Initial footer.php

Nov 18th, 2012
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.18 KB | None | 0 0
  1.     <footer>
  2.         <div id="a5-footer">
  3.         &copy;<?php echo date("Y"); echo " | "; bloginfo('name'); echo " | All Rights Reserved"; ?>
  4.         </div>
  5.     </footer><!-- END footer -->
  6.  
  7. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement