PATH:
home
/
lab2454c
/
fcxpro.com
/
wp-content
/
themes
/
webon
/
inc
/
footer
/
templates
<footer id="qodef-page-footer" <?php webon_class_attribute( implode( ' ', apply_filters( 'webon_filter_footer_holder_classes', array() ) ) ); ?>> <?php // Hook to include additional content before page footer content do_action( 'webon_action_before_page_footer_content' ); // Include module content template echo apply_filters( 'webon_filter_footer_content_template', webon_get_template_part( 'footer', 'templates/footer-content' ) ); // Hook to include additional content after page footer content do_action( 'webon_action_after_page_footer_content' ); ?> </footer>
[+]
..
[-] footer.php
[edit]
[+]
parts
[-] footer-content.php
[edit]