PATH:
home
/
centosnipponia
/
public_html
/
BAK_doohannl
/
wp-content
/
themes
/
sydney-pro-ii
<?php /** * The sidebar containing the main widget area. * * @package Sydney */ $sydney_sidebar_id = 'sidebar-1'; $sydney_custom_sidebars = json_decode( get_theme_mod( 'custom_sidebars', '[]' ), true ); if ( ! empty( $sydney_custom_sidebars ) ) { foreach ( $sydney_custom_sidebars as $sydney_custom_sidebar ) { if ( ! empty( $sydney_custom_sidebar['conditions'] ) && sydney_get_display_conditions( $sydney_custom_sidebar['conditions'], false ) ) { $sydney_sidebar_id = sanitize_key( $sydney_custom_sidebar['name'] ); } } } if ( ! is_active_sidebar( $sydney_sidebar_id ) ) { return; } ?> <div id="secondary" class="widget-area col-md-3" role="complementary" <?php sydney_do_schema( 'sidebar' ); ?>> <?php do_action( 'sydney_sidebar_after_start' ); ?> <?php dynamic_sidebar( $sydney_sidebar_id ); ?> <?php do_action( 'sydney_sidebar_before_end' ); ?> </div><!-- #secondary -->
[+]
..
[+]
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-wishlist.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]
[-] searchform.php
[edit]
[-] sidebar-footer.php
[edit]
[-] sidebar-shop.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]