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