PATH:
home
/
lab2454c
/
fcxpro.com
/
wp-content
/
themes
/
webon
/
inc
/
header
/
templates
<?php // Hook to include additional content before page header do_action( 'webon_action_before_page_header' ); ?> <header id="qodef-page-header" <?php webon_class_attribute( apply_filters( 'webon_filter_header_class', array() ) ); ?>> <?php // Hook to include additional content before page header inner do_action( 'webon_action_before_page_header_inner' ); ?> <div id="qodef-page-header-inner" <?php webon_class_attribute( apply_filters( 'webon_filter_header_inner_class', array(), 'default' ) ); ?>> <?php // Include module content template echo apply_filters( 'webon_filter_header_content_template', webon_get_template_part( 'header', 'templates/header-content' ) ); ?> </div> <?php // Hook to include additional content after page header inner do_action( 'webon_action_after_page_header_inner' ); ?> </header>
[+]
..
[+]
parts
[-] header.php
[edit]
[-] header-content.php
[edit]