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/scdc-marine/TempParts/Page/page-contact.php
<?php 
/**
 *  单页 联系我们 调用模板,上层 <ul> 标签:
 */
$text_logo = heku_get_option('template_main','logo_pr_img');   // 图片 logo

$global_email = heku_get_option('main_options','global_email');
$global_company = heku_get_option('main_options','global_company');
$global_phone = heku_get_option('main_options','global_phone');
$global_telephone = heku_get_option('main_options','global_telephone');
$global_address = heku_get_option('main_options','global_address');

?>
	<!-- / star heku_top  -->
<?php get_template_part( "TempParts/Main/TopMenu/top_menu"); ?>
<?php get_template_part( "TempParts/Main/TopBanner/top_banner"); ?>
	<!-- / end heku_top  -->

	<!-- start #page_contact_line -->
	<div id="page_contact_line">
		<div class="container ">
			<div class="page-contact-main pt-4 row no-gutters">
				<div class="col-sm-12 col-md-12 col-lg-6 col-xl-6 wow fadeInUp">
					<!-- start #page-page_sidebar -->
					<div class="contact-info-left pb-4 pr-xl-5 pr-lg-5">
						<div class="contact-info-box pt-4 pb-3">
							<h1 class="contact-info-tit">We are Here for You</h1>
							<p><span>We sincerely invite you, if you possess strong local capabilities and rich experience, to become our product distributor or service provider. Our products not only come with outstanding price advantages but also offer professional power solutions. We firmly believe that collaborating with you will bring unlimited business opportunities and a promising future for both parties.</span></p>
						</div>
						<hr class="mx-3">
						<div class="contact-info-box heku-icons pb-4">
							<div class="contact-box wow fadeInUp clearfix" data-wow-delay=".2s">
								<h1 class="contact-info-tit">Contact Information</h1>
								<p><span>We are here to take your Sales & Service questions around the clock, 365 days a year.</span></p>
								<li class="contact-tel pt-3 wow fadeInUp tag_view" data-wow-delay=".4s">
									<i class="icon iconfont icon-dianhua"></i> Tel :
									<a href="tel:<?php echo $global_phone; ?>"><?php echo $global_phone; ?></a>
								</li>
								<li class="contact-email wow fadeInUp tag_view" data-wow-delay=".8s">
									<i class="icon iconfont icon-youxiang"></i> Email :
									<a href="mailto:<?php echo $global_email; ?>"><?php echo $global_email; ?></a>
								</li>
								<li class="contact-whatsapp wow fadeInUp" data-wow-delay="1s">
									<i class="icon iconfont icon-socialwhatsapp"></i> Whatsapp :
									<a href="https://api.whatsapp.com/send?phone=<?php echo $global_phone; ?>&text=Hello"><?php echo $global_phone; ?></a>
								</li>
								<li class="contact-address wow fadeInUp" data-wow-delay="1.2s">
									<i class="icon iconfont icon-adress"></i> Address :
									<span><?php echo $global_address; ?></span>
								</li>
							</div>
						</div>
					</div>
					<!-- end #page-page_sidebar -->
				</div>
				<div class="col-sm-12 col-md-12 col-lg-6 col-xl-6">
					<!-- start #page-from-row -->
					<div class="contact-info-right pb-4">
						<div class="contact-info-form contact-info-box wow fadeInUp mt-4 mb-5" data-wow-delay=".2s">
							<h1 class="contact-info-tit">Get in Touch with Us</h1>
							<span>If you’d like a free consultation, please start by completing the form:</span>
							<!-- start #footer-contact-row  -->
<?php get_template_part( 'TempParts/Main/From/contact-from' ); ?>
							<!-- end #footer-contact-row  -->
						</div>
					</div>
					<!-- end #page-from-row -->
				</div>
			</div>
		</div>
	</div>
	<!-- end #page_contact_line -->