Dashboard
PHP:
8.4.22
OS:
Linux
User:
provencez
/
/
home
/
provencez
/
www
/
wp-content
/
plugins
/
wptouch
/
themes
/
foundation
/
default
📤 Upload
📝 New File
📁 New Folder
Close
Editing: footer.php
<?php do_action( 'wptouch_body_bottom' ); ?> <?php get_template_part( 'footer-top' ); ?> <div class="<?php wptouch_footer_classes(); ?>"> <?php wptouch_footer(); ?> </div> <?php if ( !is_front_page() ) { ?> <a href="#" class="back-to-top"><?php _e( 'Back to top', 'wptouch-pro' ); ?></a> <?php } ?> <?php do_action( 'wptouch_language_insert' ); ?> <?php get_template_part( 'switch-link' ); ?> </div><!-- page wrapper --> </body> </html>
Save
Cancel