| Server IP : 217.160.0.154 / Your IP : 216.73.217.138 Web Server : Apache System : Linux info 3.0 #1337 SMP Tue Jan 01 00:00:00 CEST 2000 all GNU/Linux User : u97626428 ( 1555483) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /homepages/13/d787277790/htdocs/clickandbuilds/URP/wp-content.orig/themes/marketingly/ |
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 marketingly
*/
?>
</div>
</div><!-- #content -->
<footer id="colophon" class="site-footer clearfix">
<div class="content-wrap">
<?php if ( is_active_sidebar( 'footerwidget-1' ) ) : ?>
<div class="footer-column-wrapper">
<div class="footer-column-three footer-column-left">
<?php dynamic_sidebar( 'footerwidget-1' ); ?>
</div>
<?php endif; ?>
<?php if ( is_active_sidebar( 'footerwidget-2' ) ) : ?>
<div class="footer-column-three footer-column-middle">
<?php dynamic_sidebar( 'footerwidget-2' ); ?>
</div>
<?php endif; ?>
<?php if ( is_active_sidebar( 'footerwidget-3' ) ) : ?>
<div class="footer-column-three footer-column-right">
<?php dynamic_sidebar( 'footerwidget-3' ); ?>
</div>
<?php endif; ?>
</div>
<div class="site-info">
©<?php echo date('Y'); ?> <?php bloginfo( 'name' ); ?>
<!-- Delete below lines to remove copyright from footer -->
<span class="footer-info-right">
<?php echo __(' | Powered by WordPress and', 'marketingly') ?> <a href="<?php echo esc_url('https://superbthemes.com/', 'marketingly'); ?>"><?php echo __('Superb Themes!', 'marketingly') ?></a>
</span>
<!-- Delete above lines to remove copyright from footer -->
</div><!-- .site-info -->
</div>
</footer><!-- #colophon -->
</div><!-- #page -->
<div id="smobile-menu" class="mobile-only"></div>
<div id="mobile-menu-overlay"></div>
<?php wp_footer(); ?>
</body>
</html>