Yetixx
Yetixx
Server: nginx/1.28.0
System: Linux instance-rr9enuui 6.1.0-15-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.66-1 (2023-12-09) x86_64
User: www (1000)
PHP: 8.0.26
Disabled: passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv
Upload Files
File: /www/wwwroot/www.byte123.top/wp-content/themes/ripro-v5/footer.php
</main>
<!-- **************** MAIN CONTENT END **************** -->

<!-- =======================
Footer START -->
<footer class="site-footer py-md-4 py-2 mt-2 mt-md-4">
	<div class="container">

		<?php get_template_part( 'template-parts/footer/widget');?>

		<div class="text-center small w-100">
			<div><?php echo _cao('site_copyright_text','Copyright © 2023 <a target="_blank" href="http://ritheme.com/">RiPro-V5</a> - All rights reserved');?></div>
			<div class=""><?php echo _cao('site_ipc_text','') . _cao('site_ipc2_text','');?></div>
		</div>

		<?php get_template_part( 'template-parts/footer/links');?>

		<?php if (defined('WP_DEBUG') && WP_DEBUG == true) {
			echo '<p id="debug-info" class="m-0 small text-primary w-100 text-center">'.sprintf('SQL:%s',get_num_queries()).'<span class="sep"> | </span>'.sprintf('Pages:%ss',timer_stop(0,5)).'</p>';
		}?>

	</div>
</footer>
<!-- =======================
Footer END -->


<!-- Back to top rollbar-->
<?php get_template_part('template-parts/footer/rollbar');?>
<div class="back-top"><i class="fas fa-caret-up"></i></div>

<!-- m-navbar -->
<?php get_template_part('template-parts/footer/m-navbar');?>

<!-- dimmer-->
<div class="dimmer"></div>
<?php get_template_part( 'template-parts/footer/off-canvas');?>


<?php wp_footer();?>

<!-- 自定义js代码 统计代码 -->
<?php if ( !empty(_cao('site_web_js')) ) echo _cao('site_web_js');?>
<!-- 自定义js代码 统计代码 END -->

<?php if ( !empty(_cao('is_site_translate_js',1)) ) : ?>

<script src="<?php echo get_template_directory_uri();?>/assets/js/translate.js"></script>
<script>
translate.service.use('client.edge'); //设置机器翻译服务通道,相关说明参考 http://translate.zvo.cn/545867.html
translate.listener.start(); //开启页面元素动态监控,js改变的内容也会被翻译,参考文档: http://translate.zvo.cn/4067.html
translate.language.setLocal('chinese_simplified'); //设置本地语种(当前网页的语种)
translate.selectLanguageTag.languages = 'english,chinese_simplified,chinese_traditional,japanese,korean';
translate.execute();//完成翻译初始化,进行翻译
</script>
<?php endif; ?>

</body>
</html>