PATH:
home
/
lab2454c
/
sothebankuab.com
/
wp-content
/
themes
/
tryo
<?php /** * The sidebar containing the main widget area * @package Tryo */ if ( class_exists( 'WooCommerce' ) ) { if( is_woocommerce() ) { $sidebar = 'shop'; }elseif ( is_product() ) { $sidebar = 'shop'; }else { $sidebar = 'sidebar-1'; } }else{ $sidebar = 'sidebar-1'; } if ( ! is_active_sidebar( $sidebar ) ) { return; } ?> <div class="col-lg-4 col-md-12"> <?php if ( class_exists( 'WooCommerce' ) ) { if( is_woocommerce() ) { ?> <div id="secondary" class="sidebar shop-sidebar"> <?php } elseif ( is_product() ) { ?> <div id="secondary" class="sidebar shop-sidebar"> <?php } else { ?> <div id="secondary" class="title blog-sidebar widget-area"> <?php } } else { ?> <div id="secondary" class="title blog-sidebar widget-area"> <?php } ?> <?php dynamic_sidebar( $sidebar );?> </div> </div><!-- #secondary -->
[+]
woocommerce
[-] search.php
[edit]
[+]
lib
[-] wpml-config.xml
[edit]
[-] index.php
[edit]
[-] page.php
[edit]
[-] searchform.php
[edit]
[+]
..
[-] single-feature.php
[edit]
[-] sidebar.php
[edit]
[-] rtl.css
[edit]
[+]
languages
[-] single.php
[edit]
[-] footer.php
[edit]
[-] header.php
[edit]
[-] style.css
[edit]
[-] 404.php
[edit]
[+]
assets
[-] screenshot.png
[edit]
[-] functions.php
[edit]
[-] archive.php
[edit]
[+]
template-parts
[-] comments.php
[edit]
[+]
inc