File: /home/clinicamaciel/www/wp-content/themes/chocorocco/templates/footer-default.php
<?php
/**
* The template to display default site footer
*
* @package WordPress
* @subpackage CHOCOROCCO
* @since CHOCOROCCO 1.0.10
*/
$chocorocco_footer_scheme = chocorocco_is_inherit(chocorocco_get_theme_option('footer_scheme')) ? chocorocco_get_theme_option('color_scheme') : chocorocco_get_theme_option('footer_scheme');
?>
<footer class="footer_wrap footer_default scheme_<?php echo esc_attr($chocorocco_footer_scheme); ?>">
<?php
// Footer widgets area
get_template_part( 'templates/footer-widgets' );
// Logo
get_template_part( 'templates/footer-logo' );
// Socials
get_template_part( 'templates/footer-socials' );
// Menu
get_template_part( 'templates/footer-menu' );
// Copyright area
get_template_part( 'templates/footer-copyright' );
?>
</footer><!-- /.footer_wrap -->