Done !
| Server IP : 46.105.57.169 / Your IP : 216.73.216.67 Web Server : Apache System : Linux webm002.cluster120.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64 User : verseaumee ( 152031) PHP Version : 8.5.7 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/verseaumee/geniouskin/wp-content/themes/ixlab/tmpl/ |
Upload File : |
<?php
/**
* The template for displaying copyright content
*/
defined( 'ABSPATH' ) or die();
$footer__copyright__content = ixlab_option( 'footer__copyright__content' );
$classes = array( 'footer-copyright' );
if ( ixlab_option( 'footer__copyright__full' ) == 'on' ) {
$classes[] = 'footer-copyright-full';
}
?>
<?php if ( ixlab_option( 'footer__copyright' ) == 'on' ): ?>
<div class="<?php echo esc_attr( join( ' ', $classes ) ) ?>">
<div class="footer-copyright-inner wrap">
<div class="copyright-bar">
<div class="copyright-content">
<?php echo do_shortcode( $footer__copyright__content ) ?>
</div>
<?php if ( ixlab_option( 'global__misc__gotop' ) == 'on' ): ?>
<div class="go-to-top">
<a href="javascript:;"><span><?php echo esc_html__( 'Go to Top', 'ixlab' ) ?></span></a>
</div>
<?php endif ?>
<?php ixlab_social_icons( array( 'location' => 'footer' ) ) ?>
</div>
</div>
</div>
<?php endif ?>