PATH:
home
/
centosnipponia
/
public_html
/
nipponianl
/
wp-content
/
themes
/
airi
<?php /** * The sidebar containing the main widget area * * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials * * @package Airi */ if ( ! is_active_sidebar( 'sidebar-1' ) ) { return; } ?> <?php $sidebar_col = 'col-lg-4'; $layout = airi_blog_layout(); if ( $layout['type'] == 'layout-list-2' || $layout['type'] == 'layout-two-columns' ) { $sidebar_col = 'col-lg-3'; } ?> <aside id="secondary" class="widget-area <?php echo esc_attr( $sidebar_col );?>"> <?php dynamic_sidebar( 'sidebar-1' ); ?> </aside><!-- #secondary -->
[+]
..
[+]
css
[+]
images
[+]
inc
[+]
js
[+]
languages
[+]
learnpress
[+]
page-templates
[+]
sass
[+]
template-parts
[+]
theme-dashboard
[+]
tribe
[+]
tribe-events
[+]
widgets
[+]
woocommerce
[-] 404.php
[edit]
[-] LICENSE
[edit]
[-] archive.php
[edit]
[-] comments.php
[edit]
[-] editor-styles.css
[edit]
[-] footer.php
[edit]
[-] functions.php
[edit]
[-] header.php
[edit]
[-] home.php
[edit]
[-] index.php
[edit]
[-] page.php
[edit]
[-] readme.txt
[edit]
[-] screenshot.png
[edit]
[-] search.php
[edit]
[-] sidebar-footer.php
[edit]
[-] sidebar.php
[edit]
[-] single.php
[edit]
[-] style.css
[edit]
[-] wpml-config.xml
[edit]
[-] .htaccess.disabled
[edit]