PATH:
home
/
lab2454c
/
fcxpro.com
/
wp-content
/
plugins
/
webon-core
/
inc
/
header
/
top-area
/
templates
<?php if ( $show_header_area ) { ?> <div id="qodef-top-area"> <div id="qodef-top-area-inner" class="<?php echo apply_filters ( 'webon_core_filter_top_area_inner_class', '' ); ?>"> <?php // Include widget area top left if ( is_active_sidebar( 'qodef-top-area-left' ) ) { ?> <div class="qodef-widget-holder qodef-top-area-left"> <?php webon_core_get_header_widget_area( 'top-area-left' ); ?> </div> <?php } ?> <?php // Include widget area top right if ( is_active_sidebar( 'qodef-top-area-right' ) ) { ?> <div class="qodef-widget-holder qodef-top-area-right"> <?php webon_core_get_header_widget_area( 'top-area-right' ); ?> </div> <?php } ?> <?php do_action( 'webon_core_action_after_top_area' ); ?> </div> </div> <?php } ?>
[+]
..
[-] top-area.php
[edit]