You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
<!-- 文件修改时间: 2025 - 11 - 14 12 : 10 : 00 -->
< ? php
// 防止直接访问
if ( ! defined ( 'ABSPATH' )) {
exit ;
}
global $epc_banner_shortcode_atts ;
if ( ! is_array ( $epc_banner_shortcode_atts )) {
$epc_banner_shortcode_atts = array ();
}
$container_id = ! empty ( $epc_banner_shortcode_atts [ 'id' ]) ? $epc_banner_shortcode_atts [ 'id' ] : 'nenghui-epc-banner' ;
$container_class = ! empty ( $epc_banner_shortcode_atts [ 'class' ]) ? $epc_banner_shortcode_atts [ 'class' ] : '' ;
?>
<main>
<section id="<?php echo esc_attr($container_id); ?>" class="feature-module <?php echo esc_attr($container_class); ?>">
<div class="feature-inner">
<article class="feature-text">
<h2>NENGHUI DESIGN & ENGINEERING INSTITUTE:</h2>
<h2>POWERING YOUR PROJECT FROM CONCEPT TO COMPLETION</h2>
<div class="feature-divider"></div>
<p>
Leveraging decades of EPC expertise from our Shanghai headquarters, we deliver fully
customized, bankable, and compliant energy storage solutions for the global market.
</p>
</article>
<div class="feature-media" aria-label="EPC Solutions">
</div>
</section>
</main>