diff --git a/code/app/home/view/kuangYu/baseH5.html b/code/app/home/view/kuangYu/baseH5.html
index 76bccb0..b58b3d0 100644
--- a/code/app/home/view/kuangYu/baseH5.html
+++ b/code/app/home/view/kuangYu/baseH5.html
@@ -98,7 +98,7 @@
{block name="main"} {site:wz wz="主内容" /}{/block}
- {include file="Public/footer" /}
+ {include file="public/footer" /}
{block name="customize"}{/block}
diff --git a/code/app/home/view/kuangYu/index/index.html b/code/app/home/view/kuangYu/index/index.html
index 1b11fca..4cc11fe 100644
--- a/code/app/home/view/kuangYu/index/index.html
+++ b/code/app/home/view/kuangYu/index/index.html
@@ -75,7 +75,7 @@
{foreach $arrNewsNovel as $key => $vo}
- {include file="Public/articleList" /}
+ {include file="public/articleList" /}
{/foreach}
diff --git a/code/app/home/view/kuangYu/novel/getLibrary.html b/code/app/home/view/kuangYu/novel/getLibrary.html
index d0ec91f..e46db85 100644
--- a/code/app/home/view/kuangYu/novel/getLibrary.html
+++ b/code/app/home/view/kuangYu/novel/getLibrary.html
@@ -146,7 +146,7 @@
{volist name="arrNovel" id="Novel" key="key"}
- {include file="Public/novelListH" start="0"/}
+ {include file="public/novelListH" start="0"/}
{/volist}
diff --git a/code/app/home/view/kuangYu/novel/getNovelCatalog.html b/code/app/home/view/kuangYu/novel/getNovelCatalog.html
index 8084be8..b7ddbb4 100644
--- a/code/app/home/view/kuangYu/novel/getNovelCatalog.html
+++ b/code/app/home/view/kuangYu/novel/getNovelCatalog.html
@@ -96,7 +96,7 @@
- {include file="Public/allChapterPage" start="0"/}
+ {include file="public/allChapterPage" start="0"/}
{volist name="arrPage.data" id="Chapter" key="key"}
@@ -109,7 +109,7 @@
- {include file="Public/allChapterPage" /}
+ {include file="public/allChapterPage" /}
diff --git a/code/app/home/view/kuangYu/novel/getNovelChannel.html b/code/app/home/view/kuangYu/novel/getNovelChannel.html
index 25ad93d..70d5bd3 100644
--- a/code/app/home/view/kuangYu/novel/getNovelChannel.html
+++ b/code/app/home/view/kuangYu/novel/getNovelChannel.html
@@ -70,7 +70,7 @@
{volist name="arrRecommendSerializationNovel" id="Novel" key="key"}
- {include file="Public/novelListS" start="0"/}
+ {include file="public/novelListS" start="0"/}
{/volist}
@@ -82,7 +82,7 @@
{volist name="arrRecommendEndNovel" id="Novel" key="key"}
- {include file="Public/novelListS" start="13"/}
+ {include file="public/novelListS" start="13"/}
{/volist}
@@ -94,7 +94,7 @@
{volist name="arrNewsUpdateNovel" id="Novel" key="key"}
- {include file="Public/novelListH" start="21"/}
+ {include file="public/novelListH" start="21"/}
{/volist}
diff --git a/code/app/home/view/kuangYu/novel/getNovelRank.html b/code/app/home/view/kuangYu/novel/getNovelRank.html
index 0979856..ba924c7 100644
--- a/code/app/home/view/kuangYu/novel/getNovelRank.html
+++ b/code/app/home/view/kuangYu/novel/getNovelRank.html
@@ -55,10 +55,10 @@
{volist name="arrDayRankNovel" id="Novel" key="key"}
{if $key == 1}
- {include file="Public/novelListH" start="0"/}
+ {include file="public/novelListH" start="0"/}
{/if}
{if $key >= 2}
- {include file="Public/novelListRank" start="1"/}
+ {include file="public/novelListRank" start="1"/}
{/if}
{/volist}
@@ -74,10 +74,10 @@
{volist name="arrWeekRankNovel" id="Novel" key="key"}
{if $key == 1}
- {include file="Public/novelListH" start="10"/}
+ {include file="public/novelListH" start="10"/}
{/if}
{if $key >= 2}
- {include file="Public/novelListRank" start="11"/}
+ {include file="public/novelListRank" start="11"/}
{/if}
{/volist}
@@ -93,10 +93,10 @@
{volist name="arrMoonRankNovel" id="Novel" key="key"}
{if $key == 1}
- {include file="Public/novelListH" start="20"/}
+ {include file="public/novelListH" start="20"/}
{/if}
{if $key >= 2}
- {include file="Public/novelListRank" start="21"/}
+ {include file="public/novelListRank" start="21"/}
{/if}
{/volist}
@@ -112,10 +112,10 @@
{volist name="arrTotalRankNovel" id="Novel" key="key"}
{if $key == 1}
- {include file="Public/novelListH" start="30"/}
+ {include file="public/novelListH" start="30"/}
{/if}
{if $key >= 2}
- {include file="Public/novelListRank" start="31"/}
+ {include file="public/novelListRank" start="31"/}
{/if}
{/volist}
@@ -130,10 +130,10 @@
{volist name="arrNewsNovelRankNovel" id="Novel" key="key"}
{if $key == 1}
- {include file="Public/novelListH" start="40"/}
+ {include file="public/novelListH" start="40"/}
{/if}
{if $key >= 2}
- {include file="Public/novelListRank" start="41"/}
+ {include file="public/novelListRank" start="41"/}
{/if}
{/volist}
@@ -148,10 +148,10 @@
{volist name="arrEdnNovelRankNovel" id="Novel" key="key"}
{if $key == 1}
- {include file="Public/novelListH" start="50"/}
+ {include file="public/novelListH" start="50"/}
{/if}
{if $key >= 2}
- {include file="Public/novelListRank" start="51"/}
+ {include file="public/novelListRank" start="51"/}
{/if}
{/volist}
diff --git a/code/app/home/view/kuangYu/novel/getSearchNovel.html b/code/app/home/view/kuangYu/novel/getSearchNovel.html
index ce5c278..1eb8f81 100644
--- a/code/app/home/view/kuangYu/novel/getSearchNovel.html
+++ b/code/app/home/view/kuangYu/novel/getSearchNovel.html
@@ -59,7 +59,7 @@
{else}
{foreach $arrPage.data as $key=>$Novel}
- {include file="Public/novelListH" start="0"/}
+ {include file="public/novelListH" start="0"/}
{/foreach}
{/if}