Server IP : 192.185.129.71 / Your IP : 3.16.50.164 Web Server : Apache System : Linux bh-ht-3.webhostbox.net 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64 User : svymadmin ( 4072) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /home4/svymadmin/public_html/vivekaexcel.edu.in/bkp/application/views/themes/perfex/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<?php defined('BASEPATH') or exit('No direct script access allowed'); ?> <footer class="footer"> <div class="container"> <div class="row"> <div class="col-md-12 text-center"> <span class="copyright-footer"><?php echo date('Y'); ?> <?php echo _l('clients_copyright', get_option('companyname')); ?> </span> <?php if (is_gdpr() && get_option('gdpr_show_terms_and_conditions_in_footer') == '1') { ?> - <a href="<?php echo terms_url(); ?>" class="terms-and-conditions-footer"> <?php echo _l('terms_and_conditions'); ?> </a> <?php } ?> <?php if (is_gdpr() && is_client_logged_in() && get_option('show_gdpr_link_in_footer') == '1') { ?> - <a href="<?php echo site_url('clients/gdpr'); ?>" class="gdpr-footer"> <?php echo _l('gdpr_short'); ?> </a> <?php } ?> </div> </div> </div> </footer>