林一峰
7 years ago
8 changed files with 63 additions and 27 deletions
-
16app/Http/Controllers/Home/IndexController.php
-
2resources/views/home/common/footer.blade.php
-
21resources/views/home/common/header.blade.php
-
8resources/views/home/index/detail.blade.php
-
21resources/views/home/index/goods.blade.php
-
7resources/views/home/index/goodslist.blade.php
-
7resources/views/home/index/index.blade.php
-
8resources/views/home/index/page.blade.php
@ -1 +1 @@ |
|||
<div id="footer" class="box">©丽杭汽车网 部分文章来源于网络,如果侵犯了您的权益,请<a href="http://www.bnbni.com/contact.html">联系我们</a>。<a target="_blank" href="http://www.bnbni.com/sitemap.xml">网站地图</a><div class="m-auto"><script>count_js();</script></div></div> |
|||
<div id="footer" class="box">©丽杭汽车网 部分文章来源于网络,如果侵犯了您的权益,请联系我们。<div class="m-auto"><script>count_js();</script></div></div> |
@ -0,0 +1,8 @@ |
|||
<!DOCTYPE html><html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8" /> |
|||
<title><?php echo $post["title"]; ?>_<?php echo sysconfig('CMS_WEBNAME'); ?></title><meta name="keywords" content="{dede:field.keywords/}" /><meta name="description" content="{dede:field.description function='html2text(@me)'/}" /><link rel="stylesheet" href="<?php echo sysconfig('CMS_BASEHOST'); ?>/css/style.css"><script type="text/javascript" src="<?php echo sysconfig('CMS_BASEHOST'); ?>/js/ad.js"></script></head><body>
|
|||
@include('home.common.header') |
|||
<div class="box" style="padding-top:20px;"> |
|||
<h1 class="page-header" style="text-align:center;"><?php echo $post["title"]; ?></h1>
|
|||
<div class="content mt10"><?php echo $post["body"]; ?></div>
|
|||
</div> |
|||
@include('home.common.footer')</body></html> |
@ -0,0 +1,8 @@ |
|||
<!DOCTYPE html><html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8" /> |
|||
<title><?php echo $post["title"]; ?>_<?php echo sysconfig('CMS_WEBNAME'); ?></title><meta name="keywords" content="{dede:field.keywords/}" /><meta name="description" content="{dede:field.description function='html2text(@me)'/}" /><link rel="stylesheet" href="<?php echo sysconfig('CMS_BASEHOST'); ?>/css/style.css"><script type="text/javascript" src="<?php echo sysconfig('CMS_BASEHOST'); ?>/js/ad.js"></script></head><body>
|
|||
@include('home.common.header') |
|||
<div class="box" style="padding-top:20px;"> |
|||
<h1 class="page-header" style="text-align:center;"><?php echo $post["title"]; ?></h1>
|
|||
<div class="content mt10"><?php echo $post["body"]; ?></div>
|
|||
</div> |
|||
@include('home.common.footer')</body></html> |
Write
Preview
Loading…
Cancel
Save
Reference in new issue