D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
homehopshortterm
/
www
/
wp-content
/
themes
/
pixwell
/
templates
/
footer
/
Filename :
module-copyright.php
back
Copy
<?php /** Don't load directly */ defined( 'ABSPATH' ) || exit; $pixwell_copyright = pixwell_get_option( 'footer_copyright' ); ?> <div class="footer-copyright footer-section"> <?php if ( ! empty( $pixwell_copyright ) ) : ?> <div class="rbc-container"> <div class="copyright-inner rb-p20-gutter"><?php echo html_entity_decode( $pixwell_copyright ) ?></div> </div> <?php endif; if ( pixwell_get_option( 'amp_back_top' ) && pixwell_is_amp() ) : ?> <a href="#top" class="amp-back-top" aria-label="<?php esc_attr_e( 'Back to Top', 'pixwell' ); ?>">↑</a> <?php endif; ?> </div>