mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-08 11:02:48 +08:00
开始文档
This commit is contained in:
7
view/index/common/_documents_nav.html
Normal file
7
view/index/common/_documents_nav.html
Normal file
@@ -0,0 +1,7 @@
|
||||
<span class="layui-breadcrumb" lay-separator="|">
|
||||
{volist name='list_header_nav' id='nav'}
|
||||
|
||||
<a href="{$nav.value}" target="{$nav.target}">{$nav.title}</a>
|
||||
{/volist}
|
||||
|
||||
</span>
|
||||
3
view/index/common/_documents_require.html
Normal file
3
view/index/common/_documents_require.html
Normal file
@@ -0,0 +1,3 @@
|
||||
{include file='common/_require'/}
|
||||
|
||||
<link rel="stylesheet" href="/static/css/index.documents.css">
|
||||
Reference in New Issue
Block a user