Advertisement
wclendining

Footer.php-Ancillary

Mar 20th, 2015
390
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.70 KB | None | 0 0
  1. <footer>
  2.    <div class="TopRow">
  3.       <div class="LeftSide">
  4.          <?php include (TEMPLATEPATH . '/footer-left.php'); ?>
  5.       </div> <!-- end of the left top -->
  6.       <div class="RightSide">
  7.          <?php include (TEMPLATEPATH . '/footer-right.php'); ?>
  8.       </div> <!-- end of the right top -->
  9.       <div class="Centre">
  10.          <?php include (TEMPLATEPATH . '/footer-centre.php'); ?>
  11.       </div> <!-- end of the centre top -->
  12.    </div> <!-- end of the top -->
  13.    <div class="BottomRow">
  14.       <cite>&copy <?php echo date('Y'); ?><a href="<?php bloginfo('url'); ?>"><?php bloginfo('name'); ?></a></cite>
  15.    </div> <!-- end of the bottom -->
  16. </footer>
  17. <?php wp_footer(); ?>
  18. </body>
  19. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement