HEX
Server: nginx/1.28.1
System: Linux iZgw8b5bpgd4jyptfmmmxgZ 6.6.102-5.2.alnx4.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Nov 27 23:11:10 CST 2025 x86_64
User: www (1000)
PHP: 8.2.28
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.scdc-marine.com/wp-content/themes/heku-cms/TempParts/Main/Footer/footer.php
<?php
/**
 *  底部 Footer 
 */

$text_logo = heku_get_option('template_main','logo_pr_img');
$footer_copyright = heku_get_option('footer_menu','footer_copyright');
$footer_beian = heku_get_option('footer_menu','footer_beian');
$global_address = heku_get_option('main_options','global_address');
$global_email = heku_get_option('main_options','global_email');
$global_phone = heku_get_option('main_options','global_phone');

?>
	<!--  star #footer-line  -->

    <footer id="heku_footer">
        <div class="container pt-4 clearfix">
            <div class="footer-one row justify-content-between py-4">
                <ul class="footer-one-left col wow slideInLeft">
                    <div class="footer-logo-ul pr-5">
                        <a class="footer-logo clearfix logo" href="#" target="_blank" rel="nofollow" btnname="vit logo">
                            <div class="float-left ">
                                <img itemprop="logo" src="<?php echo $text_logo;?>" alt="logo">
                            </div>
                            <div class="top-logo-font d-md-block clearfix"> 
                                <span>Technology</span> 
                            </div>
                        </a>
                        <span class="footer-logo-title">www.vit-electri.com</span>
                    </div>
                    <div class="footer-contact-ul pt-3">
                        <li><i class="icon iconfont icon-adress"></i><span><?php echo $global_address; ?></span></li>
                        <li><i class="icon iconfont icon-dianhua"></i><a href="tel:<?php echo $global_phone; ?>"><?php  echo $global_phone; ?></a></li>
                    </div>
                </ul>
                <div class="footer-one-right col footer-link-ul">
                    <ul class="row justify-content-around fadeInUpBig ">
                        <li class="footer-product-link pl-4 col-md-auto wow slideInRight" >
                            <span class="foot-link-title">VIT Product</span>
                            <a href="/single-vibration-sensor.html" target="_blank" rel="nofollow" btnname="Single Axis Vibration Sensor">Single Axis Vibration Sensor</a>
                            <a href="/three-vibration-sensor.html" target="_blank" rel="nofollow" btnname="Three Axis Vibration Sensor">Three Axis Vibration Sensor</a>
                            <a href="/pm-100.html" target="_blank" rel="nofollow" btnname="Portable Comprehensive Monitoring">Portable Comprehensive Monitoring</a>
                            <a href="/om-100.html" target="_blank" rel="nofollow" btnname="Online Comprehensive Monitoring">Online Comprehensive Monitoring</a>
                            <a href="/sgr3008.html" target="_blank" rel="nofollow" btnname="Vector Signal Transceiver">Vector Signal Transceiver</a>
                        </li>
                        <li class="footer-product-link col-md-auto wow slideInRight" data-wow-delay=".5s">
                            <span class="foot-link-title"></span>
                            <a href="/pm-100.html" target="_blank" rel="nofollow" btnname="Portable Instrument">Portable Instrument</a>
                            <a href="/sgr3008.html" target="_blank" rel="nofollow" btnname="RF Switch Module">RF Switch Module</a>
                            <a href="/pxc1090.html" target="_blank" rel="nofollow" btnname="PXI Chassis">PXI Chassis</a>
                            <a href="/pxc2000.html" target="_blank" rel="nofollow" btnname="PXI Controller">PXI Controller</a>
                        </li>
                        <li class="footer-product-link col-md-auto wow slideInRight" data-wow-delay="1s">
                            <span class="foot-link-title">Solutions</span>
                            <a href="/semi-conductor.html" target="_blank" rel="nofollow" btnname="Semi-Conductor">Semi-Conductor</a>
                            <a href="/electric-power.html" target="_blank" rel="nofollow" btnname="Electric Powers">Electric Powers</a>
                            <a href="/metal-smelting.html" target="_blank" rel="nofollow" btnname="Metal Smelting">Metal Smelting</a>
                            <a href="/petro-chemistry.html" target="_blank" rel="nofollow" btnname="Petro-Chemistry">Petro-Chemistry</a>
                            <a href="/ships-ports.html" target="_blank" rel="nofollow" btnname="Ships & Port">Ships & Ports</a>
                        </li>
                    </ul>
                </div>
            </div>
            <div class="footer-two pb-4 row justify-content-between px-2 ">
                <div class="footer-copyright wow slideInLeft">
                    <span>Copyright © 2024 </span><span class="d-md-inline-block d-none d-sm-none">www.vit-electri.com Inc.All Rights Reserved. </span>
                </div>
                <div class="footer-social float-right wow slideInRight">
                    <li><a href="#"><i class="icon iconfont icon-facebook1"></i></a></li>
                    <li><a href="#"><i class="icon iconfont icon-twitter"></i></a></li>
                    <li><a href="#"><i class="icon iconfont icon-youtube"></i></a></li>
                </div>
            </div>
        </div>
    </footer>