File: /www/wwwroot/www.scdc-marine.com/wp-content/themes/scdc-marine/TempParts/Page/page-service.php
<?php
/**
* 单页 联系我们 调用模板,上层 <ul> 标签:
*/
global $is_from_show;
$is_from_show = true;
$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 -->
<?php get_template_part( "TempParts/Main/FullDisplay/exhibition_display"); ?>