12345678910111213141516171819202122232425262728 |
- {eyou:assign name='page' value='new_detail' /}
- {eyou:include file='/template/pc/common/main/param.htm' /}
- {eyou:include file='/template/pc/common/include/top.htm' /}
- {eyou:include file='/template/pc/common/other/background.htm' /}
- {eyou:include file='/template/pc/common/include/header.htm' /}
-
- <div id="new_detail">
- <div id="mask"></div>
-
- {eyou:include file='/template/pc/components/nav/style_1.htm' /}
-
- <?php
-
- /* echo "<pre>";
- var_dump($eyou['field']);
- echo "</pre>";*/
-
- ?>
-
- <div class="container">
- {eyou:include file='/template/pc/components/detail/new.htm' /}
- </div>
-
- </div>
-
- {eyou:include file='/template/pc/common/include/footer.htm' /}
- {eyou:include file='/template/pc/common/include/bottom.htm' /}
- {eyou:include file='/template/pc/common/other/share.htm' /}
|