Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <footer class="footer-widget bg-white p0">
- <?php if ( 'yes' == get_option( 'roneous_enable_copyright', 'yes' ) ) : ?>
- <div class="large-container sub-footer">
- <div class="row">
- <div class="col-sm-6">
- <span class="sub">
- <?php echo wp_kses(htmlspecialchars_decode( get_option( 'roneous_footer_copyright', esc_html__( 'Modify this text in: Appearance > Customize > Footer', 'roneous' ) )), roneous_allowed_tags()); ?>
- </span>
- </div>
- <div class="col-sm-6 text-right">
- <?php
- $header_mobile = get_option('roneous_header_mobile', esc_html__( '+0123456789', 'roneous' ) );
- $header_email = get_option('roneous_header_email', esc_html__( '[email protected]', 'roneous' ) );
- ?>
- <?php if( $header_mobile ) : ?>
- <i class="ti-mobile" style="padding-right: 5px;"> </i>
- <span class="sub" style="padding-right: 5px;"><?php echo wp_kses($header_mobile, roneous_allowed_tags()); ?></span>
- <?php endif; ?>
- <?php if( $header_email ) : ?>
- <i class="ti-email" style="padding-right: 5px;"> </i>
- <span class="sub"><?php echo wp_kses($header_email, roneous_allowed_tags()); ?></span>
- <?php endif; ?>
- </div>
- </div>
- </div>
- <?php endif; ?>
- </footer>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement