%PDF- %PDF-
Direktori : /var/www/projetos/romanian.ongrace.com/wp-content/themes/flash/ |
Current File : /var/www/projetos/romanian.ongrace.com/wp-content/themes/flash/sidebar-left.php |
<?php /** * The sidebar containing the left widget area. * * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials * * @package Flash */ /* Show the sidebar based on selected layout */ $layout = flash_get_layout(); if ( ! is_active_sidebar( 'flash_left_sidebar' ) ) { return; } if($layout == 'left-sidebar') { ?> <aside id="secondary" class="widget-area" role="complementary"> <?php /** * flash_before_sidebar hook */ do_action( 'flash_before_sidebar' ); ?> <?php dynamic_sidebar( 'flash_left_sidebar' ); ?> <?php /** * flash_after_sidebar hook */ do_action( 'flash_after_sidebar' ); ?> </aside><!-- #secondary --> <?php } ?>