| Linux server27.hostingraja.org 2.6.32-954.3.5.lve1.4.93.el6.x86_64 #1 SMP Wed Oct 4 17:04:29 UTC 2023 x86_64 Path : /home/udaipurk/public_html/websites/rishh/XStore Theme/xstore/templates/footer/ |
| Current File : /home/udaipurk/public_html/websites/rishh/XStore Theme/xstore/templates/footer/copyrights.php |
<?php if ( ! defined('ABSPATH')) exit('No direct script access allowed');
/**
* The template for displaying theme copyrights
*
* Override this template by copying it to yourtheme/templates/footer/copyrights.php
* @author 8theme
* @link http://xstore.8theme.com
* @license Themeforest Split Licence
* @since 6.2.12
* @xstore-version 9.4.0
*/
$disable_copyrights = etheme_get_query_custom_field('remove_copyrights');
$copyrights_color = etheme_get_option('copyrights_color', 'dark');
$fd = etheme_get_option('footer_demo', 1);
?>
<?php if( ! $disable_copyrights && ( is_active_sidebar('footer-copyrights') || is_active_sidebar('footer-copyrights2') || $fd )): ?>
<div class="footer-bottom text-color-<?php echo esc_attr($copyrights_color); ?>">
<div class="container">
<div class="row">
<div class="col-sm-6 footer-copyrights"><?php if(is_active_sidebar('footer-copyrights')): dynamic_sidebar('footer-copyrights'); else: if($fd) etheme_footer_demo('footer-copyrights'); endif; ?></div>
<div class="col-sm-6 footer-copyrights-right"><?php if(is_active_sidebar('footer-copyrights2')): dynamic_sidebar('footer-copyrights2'); else: if($fd) etheme_footer_demo('footer-copyrights2'); endif; ?></div>
</div>
</div>
</div>
<?php endif ?>