PATH:
home
/
centosnipponia
/
public_html
/
BAK_driewielscootercom
/
wp-content
/
themes
/
sydney-pro-ii
<?php /** * * @package Sydney */ //Footer widgets options $container = get_theme_mod( 'footer_container', 'container' ); $layout = get_theme_mod( 'footer_widget_areas', '3' ); $alignment = get_theme_mod( 'footer_widgets_alignment', 'top' ); $visibility = get_theme_mod( 'footer_widgets_visibility', 'all' ); if ( !is_active_sidebar( 'footer-1' ) || 'disabled' === $layout ) { return; } switch ($layout) { case '4': case 'col4-bigleft': case 'col4-bigright': $column_no = 4; break; case '3': case 'col3-bigleft': case 'col3-bigright': $column_no = 3; break; case '2': case 'col2-bigleft': case 'col2-bigright': $column_no = 2; break; default: $column_no = 1; break; } ?> <div id="sidebar-footer" class="footer-widgets widget-area visibility-<?php echo esc_attr( $visibility ); ?>"> <div class="<?php echo esc_attr( $container ); ?>"> <div class="footer-widgets-grid footer-layout-<?php echo esc_attr( $layout ); ?> align-<?php echo esc_attr( $alignment ); ?>"> <?php for ( $i = 1; $i <= $column_no; $i++ ) { ?> <?php if ( is_active_sidebar( 'footer-' . $i ) ) : ?> <div class="sidebar-column"> <?php dynamic_sidebar( 'footer-' . $i); ?> </div> <?php endif; ?> <?php } ?> </div> </div> </div>
[+]
..
[+]
css
[+]
demo-content
[+]
fonts
[+]
images
[+]
inc
[+]
js
[+]
languages
[+]
page-templates
[+]
partials
[+]
plugins
[+]
post-templates
[+]
theme-dashboard
[+]
updater
[+]
vendor
[+]
widgets
[+]
woocommerce
[-] 404.php
[edit]
[-] archive-employees.php
[edit]
[-] archive-services.php
[edit]
[-] archive.php
[edit]
[-] comments.php
[edit]
[-] content-none.php
[edit]
[-] content-page.php
[edit]
[-] content-quick-view.php
[edit]
[-] content-search.php
[edit]
[-] content-single.php
[edit]
[-] content.php
[edit]
[-] footer.php
[edit]
[-] functions.php
[edit]
[-] header-contact.php
[edit]
[-] header-featured-image.php
[edit]
[-] header-no-header.php
[edit]
[-] header.php
[edit]
[-] home.php
[edit]
[-] index.php
[edit]
[-] license.txt
[edit]
[-] page.php
[edit]
[-] README.md
[edit]
[-] readme.txt
[edit]
[-] rtl.css
[edit]
[-] screenshot.png
[edit]
[-] search.php
[edit]
[-] sidebar-footer.php
[edit]
[-] sidebar.php
[edit]
[-] single-employees.php
[edit]
[-] single-projects.php
[edit]
[-] single.php
[edit]
[-] style.css
[edit]
[-] sydney-gutenberg-editor-styles.css
[edit]
[-] toolset-config.json
[edit]
[-] wpml-config.xml
[edit]
[-] .htaccess.disabled
[edit]