PATH:
home
/
lab2454c
/
foreclass.com
/
wp-content
/
themes
/
oceanwp
<?php /** * The left sidebar containing the widget area. * * @package OceanWP WordPress theme */ ?> <?php do_action( 'ocean_before_sidebar' ); ?> <aside id="left-sidebar" class="sidebar-container widget-area sidebar-secondary"<?php oceanwp_schema_markup( 'sidebar' ); ?> role="complementary" aria-label="<?php esc_attr_e( 'Secondary Sidebar', 'oceanwp' ); ?>"> <?php do_action( 'ocean_before_sidebar_inner' ); ?> <div id="left-sidebar-inner" class="clr"> <?php $sidebar = oceanwp_get_second_sidebar(); if ( $sidebar ) { dynamic_sidebar( $sidebar ); } ?> </div><!-- #sidebar-inner --> <?php do_action( 'ocean_after_sidebar_inner' ); ?> </aside><!-- #sidebar --> <?php do_action( 'ocean_after_sidebar' ); ?>
[+]
woocommerce
[-] search.php
[edit]
[-] wpml-config.xml
[edit]
[-] index.php
[edit]
[-] offline.php
[edit]
[-] page.php
[edit]
[-] searchform.php
[edit]
[+]
..
[-] sidebar.php
[edit]
[-] rtl.css
[edit]
[+]
languages
[-] footer.php
[edit]
[-] sidebar-left.php
[edit]
[+]
sass
[-] webpack.config.js
[edit]
[-] header.php
[edit]
[-] style.css
[edit]
[-] 404.php
[edit]
[-] readme.txt
[edit]
[+]
templates
[-] footer-pwa.php
[edit]
[+]
tribe-events
[-] changelog.md
[edit]
[+]
partials
[+]
assets
[-] header-pwa.php
[edit]
[-] screenshot.png
[edit]
[-] singular.php
[edit]
[-] functions.php
[edit]
[-] 500.php
[edit]
[-] README.md
[edit]
[-] babel.config.js
[edit]
[-] comments.php
[edit]
[-] image.php
[edit]
[+]
inc