HEX
Server: Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/8.2.20
System: Linux 825a8fd6cf8c 3.10.0-1160.95.1.el7.x86_64 #1 SMP Mon Jul 24 13:59:37 UTC 2023 x86_64
User: apache (48)
PHP: 8.2.20
Disabled: NONE
Upload Files
File: /var/www/html/wp-content/themes/frameMyrskyNew/myrsky_arctile.php
<?php
/**
 * @package WordPress
 * @subpackage frameMyrsky_Theme
 */
/*
Template Name: Myrsky Article 
*/
?>
<?php get_header() ?>
<?php /* if (have_posts()) : while (have_posts()) : the_post(); 
						$erp_page_path = get_the_content(); 

				 		wp_link_pages(array('before' => '<p><strong>Pages:</strong> ', 'after' => '</p>', 'next_or_number' => 'number'));

		 			endwhile; endif; 
					echo "http://".$_SERVER['SERVER_NAME'].'/'.$erp_page_path; 
			*/
			
?> 
<div class="myrsky_body">
<div class="left_sidebar">
	<div class="left_top"></div>
	<div class="left_mid" style=""><?php get_sidebar(); ?>
		<!--<ul>			
			<li class=""><img src="<?php bloginfo('stylesheet_directory'); ?>/images/xj.jpg" width="185" height="28" /></li>
			<li class=""><a href="../PCB询价"><img src="<?php bloginfo('stylesheet_directory'); ?>/images/xj_pic1.jpg" border="0" /></a></li>
			<li class=""><a href="../PCBA询价"><img src="<?php bloginfo('stylesheet_directory'); ?>/images/xj_pic2.jpg" border="0" /></a></li>
			
			<li><img src="<?php bloginfo('stylesheet_directory'); ?>/images/dh_pic.gif" border="0" usemap="#Map" /></li>
				
			<li class="font14b_whrite">·公司为3000多客户提供过服务</li>
			<li class="font14b_whrite">·完成订单超过35000份</li>
			<li>&nbsp;</li>	
			<li>&nbsp;</li>						
			<li class="iso">
				<ul>
				<li class="font12_red"> &nbsp;&nbsp;&nbsp;ISO9001:2008认证 </li>	
				<li><a href="<?php bloginfo('url'); ?>/iso认证/" ><img src="<?php bloginfo('stylesheet_directory'); ?>/images/iso9001.jpg" height="75" border="0" /></a></li>
				</ul>
			</li>		
		</ul>-->
	</div>

</div>

<div class="right_content">  
  		<?php 
  			include("breadcrumb.php");
  		?>
  		<div id="box_top">
			<div class="font14b_whrite">&nbsp;<?php the_title(); ?></div>
		</div>
		<div id="box_mid">
			<div class="font14_gray2"><?php 
			if (have_posts()) : while (have_posts()) : $s = the_post(); 
						echo get_the_content(); 
echo $s;
				 		wp_link_pages(array('before' => '<p><strong>Pages:</strong> ', 'after' => '</p>', 'next_or_number' => 'number'));

		 			endwhile; endif;  ?>
					</div>
		</div>
		<div id="box_bottom">&nbsp;</div>
    
	
</div>  

</div>  

<?php get_footer() ?>