一、css、圖片、js儲(chǔ)存
目錄:/statics/default/
調(diào)用標(biāo)簽:{HOME_THEME_PATH}
二、模板html頁面儲(chǔ)存目錄
模板相關(guān)資源文件目錄為 ./templates
新版本目錄結(jié)構(gòu):
網(wǎng)站目錄:templates/pc/default/home/ 模塊目錄:templates/pc/default/home/模塊名稱/ 應(yīng)用目錄:templates/pc/default/home/應(yīng)用名稱/ 會(huì)員目錄:templates/pc/default/member/ 會(huì)員模塊或應(yīng)用目錄:templates/pc/default/member/應(yīng)用名稱/
老版本目錄結(jié)構(gòu):
網(wǎng)站目錄:templates/pc/web/default/common/ 模塊目錄:templates/pc/web/default/模塊名稱/ 應(yīng)用目錄:templates/pc/web/default/應(yīng)用名稱/ 會(huì)員目錄:templates/pc/member/default/common/ 會(huì)員模塊或應(yīng)用目錄:templates/pc/member/default/名稱/
移動(dòng)端目錄只需要將上面的pc改為mobile即可
模板文件引用順序:
當(dāng)模塊或會(huì)員模板引用test.html時(shí),首先會(huì)查找本級(jí)目錄下的test.html,如果本級(jí)沒有這個(gè)文件它就會(huì)查找網(wǎng)站目錄下的test.html。
文檔最后更新時(shí)間:2018-06-28 07:20:54