|
|
@ -1,30 +1,19 @@ |
|
|
|
<!DOCTYPE html><html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8" /> |
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1"> |
|
|
|
<title><?php if(empty($post["seotitle"])){echo $post["title"];}else{echo $post["seotitle"];} ?>_<?php echo sysconfig('CMS_WEBNAME'); ?></title>
|
|
|
|
<link rel="stylesheet" href="/css/bootstrap.min.css"><link rel="stylesheet" href="/css/style.css"><script src="/js/jquery.min.js"></script><script src="/js/bootstrap.min.js"></script></head><body> |
|
|
|
|
|
|
|
@include('home.common.header') |
|
|
|
<div class="container"> |
|
|
|
<div class="row row-offcanvas row-offcanvas-right"> |
|
|
|
<div class="col-xs-12 col-sm-9"> |
|
|
|
<div class="bread"><a href="/">首页</a> > <?php echo $post["title"]; ?></div>
|
|
|
|
|
|
|
|
<h1 class="page-header"><?php echo $post["title"]; ?></h1>
|
|
|
|
<div class="content"><?php echo $post["body"]; ?></div>
|
|
|
|
</div><!--/.col-xs-12.col-sm-9--> |
|
|
|
|
|
|
|
<div class="col-xs-12 col-sm-3 sidebar-offcanvas" id="sidebar"> |
|
|
|
|
|
|
|
<div class="panel panel-info"> |
|
|
|
<div class="panel-heading">相关推荐</div> |
|
|
|
|
|
|
|
<div class="list-group"><?php if($posts){foreach($posts as $row){ ?>
|
|
|
|
<a class="list-group-item" href="<?php echo get_front_url(array("pagename"=>$row['filename'],"type"=>'page')); ?>"><?php echo $row['title']; ?></a><?php }} ?>
|
|
|
|
<!DOCTYPE html><html><head><meta http-equiv="content-type" content="text/html;charset=utf-8"/> |
|
|
|
<title><?php echo $post['title']; ?> - 微商城</title><meta content="width=device-width,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0,user-scalable=0" name="viewport">
|
|
|
|
<link href="<?php echo env('APP_URL'); ?>/css/weixin/style.css" type="text/css" rel="stylesheet"> |
|
|
|
<script type="text/javascript" src="<?php echo env('APP_URL'); ?>/js/jquery.min.js"></script><script type="text/javascript" src="<?php echo env('APP_URL'); ?>/js/weixin/mobile.js"></script> |
|
|
|
<meta name="keywords" content="<?php echo $post['keywords']; ?>"><meta name="description" content="<?php echo $post['description']; ?>"></head><body> |
|
|
|
<div class="classreturn loginsignup"> |
|
|
|
<div class="ds-in-bl return"><a href="javascript:history.back(-1);"><img src="<?php echo env('APP_URL'); ?>/images/weixin/return.png" alt="返回"></a></div> |
|
|
|
<div class="ds-in-bl tit center"><span>内容详情</span></div> |
|
|
|
<div class="ds-in-bl nav_menu"><a href="javascript:void(0);"><img src="<?php echo env('APP_URL'); ?>/images/weixin/class1.png" alt="菜单"></a></div> |
|
|
|
</div> |
|
|
|
|
|
|
|
</div> |
|
|
|
</div><!--/.sidebar-offcanvas--> |
|
|
|
</div><!--/row--> |
|
|
|
@include('weixin.common.headerNav') |
|
|
|
|
|
|
|
<h1 class="arc_tit"><?php echo $post['title']; ?></h1>
|
|
|
|
|
|
|
|
</div><!-- /.container --> |
|
|
|
@include('home.common.footer')</body></html> |
|
|
|
<div class="arc_content box"><?php echo $post['body']; ?></div>
|
|
|
|
<br> |
|
|
|
@include('weixin.common.footer') |
|
|
|
</body></html> |