/
home
/
desid573
/
verdenaturopathy.com.au
/
wp-content
/
themes
/
Divi_old
/
/home/desid573/verdenaturopathy.com.au/wp-content/themes/Divi_old
mkdir
upload
Name
Size
Mode
Actions
core/
-
0755
rm
css/
-
0755
rm
epanel/
-
0755
rm
et-pagebuilder/
-
0755
rm
images/
-
0755
rm
includes/
-
0755
rm
js/
-
0755
rm
lang/
-
0755
rm
psd/
-
0755
rm
404.php
484
0644
edit
dl
rm
changelog.txt
655271
0644
edit
dl
rm
class-wp-theme-support.php
3289
0644
edit
dl
rm
comments.php
3079
0644
edit
dl
rm
CREDITS.md
56866
0644
edit
dl
rm
footer.php
1849
0644
edit
dl
rm
functions-string.php
0
0644
edit
dl
rm
functions.php
0
0644
edit
dl
rm
header.php
12827
0644
edit
dl
rm
index-git.php
0
0644
edit
dl
rm
index.php
2681
0644
edit
dl
rm
LICENSE.md
16621
0644
edit
dl
rm
options_divi.php
51017
0644
edit
dl
rm
page-class.php
0
0644
edit
dl
rm
page-template-blank.php
2118
0644
edit
dl
rm
page.php
1930
0644
edit
dl
rm
post_thumbnails_divi.php
1522
0644
edit
dl
rm
README.md
1457
0644
edit
dl
rm
rtl.css
9030
0644
edit
dl
rm
screenshot.jpg
33526
0644
edit
dl
rm
sidebar-footer.php
458
0644
edit
dl
rm
sidebar.php
339
0644
edit
dl
rm
single-et_pb_layout.php
363
0644
edit
dl
rm
single-project.php
3154
0644
edit
dl
rm
single.php
5325
0644
edit
dl
rm
style-cpt.css
1016701
0644
edit
dl
rm
style-cpt.dev.css
1158206
0644
edit
dl
rm
style.css
824269
0644
edit
dl
rm
style.dev.css
977861
0644
edit
dl
rm
theme-after-footer.php
359
0644
edit
dl
rm
theme-after-header.php
475
0644
edit
dl
rm
theme-after-wrappers.php
233
0644
edit
dl
rm
theme-before-wrappers.php
459
0644
edit
dl
rm
theme-footer.php
1651
0644
edit
dl
rm
theme-header.php
11401
0644
edit
dl
rm
wpml-config.xml
345
0644
edit
dl
rm
Edit:
/home/desid573/verdenaturopathy.com.au/wp-content/themes/Divi_old/theme-footer.php
(1651B)
<?php /** * Template partial used to add content to the page in Theme Builder. * Duplicates partial content from footer.php in order to maintain * backwards compatibility with child themes. */ /** * Fires after the main content, before the footer is output. * * Note: This action always runs while et_before_main_content runs conditionally. Possibly an unintended behavior. * * @since 3.10 */ do_action( 'et_after_main_content' ); ?> <?php if ( 'on' === et_get_option( 'divi_back_to_top', 'false' ) ) : ?> <span class="et_pb_scroll_top et-pb-icon"></span> <?php endif; ?> <?php if ( ! et_builder_is_product_tour_enabled() && ! is_page_template( 'page-template-blank.php' ) ) : ?> <footer id="main-footer"> <?php get_sidebar( 'footer' ); ?> <?php if ( has_nav_menu( 'footer-menu' ) ) : ?> <div id="et-footer-nav"> <div class="container"> <?php wp_nav_menu( array( 'theme_location' => 'footer-menu', 'depth' => '1', 'menu_class' => 'bottom-nav', 'container' => '', 'fallback_cb' => '', ) ); ?> </div> </div> <!-- #et-footer-nav --> <?php endif; ?> <div id="footer-bottom"> <div class="container clearfix"> <?php if ( false !== et_get_option( 'show_footer_social_icons', true ) ) { get_template_part( 'includes/social_icons', 'footer' ); } // phpcs:disable WordPress.Security.EscapeOutput.OutputNotEscaped echo et_core_fix_unclosed_html_tags( et_core_esc_previously( et_get_footer_credits() ) ); // phpcs:enable ?> </div> <!-- .container --> </div> </footer> <!-- #main-footer --> <?php endif; ?>
Save
cmd:
run