简单标签使用demo
解决已知bug
This commit is contained in:
@@ -34,6 +34,7 @@ html, body {background-color: #fff; color: #636b6f; font-family: 'Raleway', sans
|
||||
<li><a href="{:url('/'.$model['name'].'/detail-'.$item['id'])}">{$item['title']}</a></li>
|
||||
{/volist}
|
||||
</ul>
|
||||
{$page|raw}
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
0
public/template/default/front/content_topic.html
Normal file
0
public/template/default/front/content_topic.html
Normal file
@@ -27,6 +27,9 @@ html, body {background-color: #fff; color: #636b6f; font-family: 'Raleway', sans
|
||||
<a href="{:url('/user/index/register')}">注册</a>
|
||||
<a href="{:url('/user/index/login')}">登录</a>
|
||||
</div>
|
||||
{sent:nav tree="false" type="1" name="item"}
|
||||
<li><a href="{$item['url']}">{$item['title']}</a></li>
|
||||
{/sent:nav}
|
||||
<div class="flex-center position-ref full-height">
|
||||
<div class="content">
|
||||
<div class="title m-b-md">
|
||||
|
||||
Reference in New Issue
Block a user