Files
2024-10-29 14:04:59 +08:00

36 lines
980 B
PHTML
Executable File

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
{include file="include/head" /}
<script type="text/javascript">
var navID = "5";
</script>
</head>
<body>
<!--top-->
{include file="include/top" /}
<!--top End-->
<!-- 新闻详情页 s -->
<div class="xq">
<div class="w1200">
<div class="xqtitle">
<p class="xqtext"><?php echo $singlepage['name']; ?></p>
</div>
<div class="xqimg">
<img src="<?php echo getImage($singlepage['picture']); ?>">
</div>
<div class="xqcon">
<?php echo $singlepage['content']; ?>
</div>
</div>
</div>
<!-- 新闻详情页 e -->
<!-- bottom s -->
{include file="include/bottom" /}
<!-- bottom e -->
</body>
</html>