wordpress/php-fpm/wordpress_files/themes/simple-catch/footer.php

43 lines
748 B
PHP
Raw Normal View History

2020-05-22 03:40:23 +02:00
<?php
/**
* The template for displaying the footer.
*
* @package Catch Themes
* @subpackage Simple_Catch_Pro
* @since Simple Catch 1.0
*/
?>
</div> <!-- .wrapper -->
</div> <!-- .site-content -->
<?php
/**
* catchthemes_after_main hook
*/
do_action( 'simplecatch_after_main' );
?>
<footer id="colophon" class="site-footer" role="contentinfo">
<?php
/**
* simplecatch_footer hook
*
* @hooked simplecatch_footercontent - 15
*/
do_action( 'simplecatch_footer' ); ?>
</footer><!-- #colophon -->
<?php
/**
* simplecatch_after hook
*
* @hooked simplecatch_scrollup - 15
*/
do_action( 'simplecatch_after' );
?>
</div><!-- #page -->
<?php wp_footer(); ?>
</body>
</html>