Viewing File: /home/maglabs/luchiana/wp-content/themes/floria/skins/default/templates/footer-default.php
<?php
/**
* The template to display default site footer
*
* @package FLORIA
* @since FLORIA 1.0.10
*/
?>
<footer class="footer_wrap footer_default
<?php
$floria_footer_scheme = floria_get_theme_option( 'footer_scheme' );
if ( ! empty( $floria_footer_scheme ) && ! floria_is_inherit( $floria_footer_scheme ) ) {
echo ' scheme_' . esc_attr( $floria_footer_scheme );
}
?>
">
<?php
// Footer widgets area
get_template_part( apply_filters( 'floria_filter_get_template_part', 'templates/footer-widgets' ) );
// Logo
get_template_part( apply_filters( 'floria_filter_get_template_part', 'templates/footer-logo' ) );
// Socials
get_template_part( apply_filters( 'floria_filter_get_template_part', 'templates/footer-socials' ) );
// Copyright area
get_template_part( apply_filters( 'floria_filter_get_template_part', 'templates/footer-copyright' ) );
?>
</footer><!-- /.footer_wrap -->
Back to Directory
File Manager