| Server IP : 195.130.67.5 / Your IP : 216.73.217.154 Web Server : Microsoft-IIS/10.0 System : Windows NT WEBSERVER1 10.0 build 17763 (Windows Server 2016) i586 User : IUSR ( 0) PHP Version : 7.4.19 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /inetpub/wwwroot/icd/mscinformatics2022/wp-content/themes/flash/ |
Upload File : |
<?php /** * The template for displaying the footer. * * Contains the closing of the #content div and all content after. * * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials * * @package Flash */ ?> </div><!-- .tg-container --> </div><!-- #content --> <?php /** * flash_after_main hook */ do_action( 'flash_after_main' ); ?> <?php /** * flash_before_footer hook */ do_action( 'flash_before_footer' ); ?> <footer id="colophon" class="footer-layout site-footer" role="contentinfo"> <?php get_sidebar( 'footer' ); ?> <div id="bottom-footer"> <div class="tg-container"> <?php do_action( 'flash_copyright_area' ); ?> <?php wp_nav_menu( array( 'theme_location' => 'footer', 'menu_class' => 'footer-menu', 'fallback_cb' => false, ) ); ?> </div> </div> </footer><!-- #colophon --> <?php /** * flash_after_footer hook */ do_action( 'flash_after_footer' ); ?> <?php if ( get_theme_mod( 'flash_disable_back_to_top', '' ) != 1 ) : ?> <a href="#masthead" id="scroll-up"><i class="fa fa-chevron-up"></i></a> <?php endif; ?> </div><!-- #page --> <?php /** * flash_after hook */ do_action( 'flash_after' ); ?> <?php wp_footer(); ?> </body> </html>