Browse Source

Updated footer.php

main
Kenneth John Odle 3 years ago
parent
commit
d4e8d0d6f2
  1. 18
      footer.php

18
footer.php

@ -4,12 +4,12 @@
*
* Contains all content after #container div.
*
* @package Atticus Finch
* @package Portage
*/
?>
<?php do_action( 'atticus_finch_container_bottom' ); ?>
<?php do_action( 'portage_container_bottom' ); ?>
<div class="clear"></div>
@ -17,9 +17,9 @@
<footer>
<?php atticus_finch_footer_top_link(); ?>
<?php portage_footer_top_link(); ?>
<?php do_action( 'atticus_finch_before_footer_menu' ); ?>
<?php do_action( 'portage_before_footer_menu' ); ?>
<nav id="footer-menu">
<?php wp_nav_menu( array(
@ -35,20 +35,20 @@
<div class="clear"></div>
</nav>
<?php do_action( 'atticus_finch_footer_top' ); ?>
<?php do_action( 'portage_footer_top' ); ?>
<?php
atticus_finch_display_footer_copyright();
atticus_finch_display_footer_credits();
portage_display_footer_copyright();
portage_display_footer_credits();
?>
<div class="clear"></div>
<?php do_action( 'atticus_finch_footer_bottom' ); ?>
<?php do_action( 'portage_footer_bottom' ); ?>
</footer>
<?php do_action( 'atticus_finch_after_footer' ); ?>
<?php do_action( 'portage_after_footer' ); ?>
<?php wp_footer(); ?>

Loading…
Cancel
Save