Мозаика Trend (Италия)
Категории: Мозаика
Trend — серия Aquatica
Aquarium
Alexander
Blu Ice
Dakar
Dry Lemon
Ludwig
Mint
Red Sun
Sable
Summer Time
Bellini
Caipirinha
Margarita
Negroni
Pina colada
Soleado
Tropical Sun
Trend — серия Standard
Relaxation
Affinity
Foliage
Freshness
Oro Colore Stampado Riv
/?php
get_sidebar( 'colophon' );
if ( class_exists( 'Responsive_Addons_Pro' ) ) {
$sections = array( 'social_icons', 'footer_menu', 'copy_right_text' );
$sections = get_theme_mod( 'responsive_footer_elements_positioning', $sections );
foreach ( $sections as $section ) {
// Footer Menu.
if ( 'footer_menu' === $section ) {
if ( has_nav_menu( 'footer-menu' ) ) {
get_template_part( 'partials/footer/footer-menu' );
}
}
if ( 'social_icons' === $section ) {
echo responsive_get_social_icons() ;// phpcs:ignore
}
// Copy Rights.
if ( 'copy_right_text' === $section ) {
get_template_part( 'partials/footer/copy-right' );
}
}
} else {
if ( has_nav_menu( 'footer-menu' ) ) {
get_template_part( 'partials/footer/footer-menu' );
}
echo responsive_get_social_icons() ;// phpcs:ignore
get_template_part( 'partials/footer/copy-right' );
}
?>