Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <footer>
- <div class="TopRow">
- <div class="LeftSide">
- <?php include (TEMPLATEPATH . '/footer-left.php'); ?>
- </div> <!-- end of the left top -->
- <div class="RightSide">
- <?php include (TEMPLATEPATH . '/footer-right.php'); ?>
- </div> <!-- end of the right top -->
- <div class="Centre">
- <?php include (TEMPLATEPATH . '/footer-centre.php'); ?>
- </div> <!-- end of the centre top -->
- </div> <!-- end of the top -->
- <div class="BottomRow">
- <cite>© <?php echo date('Y'); ?><a href="<?php bloginfo('url'); ?>"><?php bloginfo('name'); ?></a></cite>
- </div> <!-- end of the bottom -->
- </footer>
- <?php wp_footer(); ?>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement