下面以添加“關(guān)于我們”這一單頁(yè)為例進(jìn)行說明:
一、復(fù)制phpcmstemplatesdefaultwap下的maps.html,粘貼重命名為about.html,并修改其中內(nèi)容作為“關(guān)于我們”的模板文件;
二、在phpcmsmoduleswapindex.php文件搜索 function maps(),找到
復(fù)制一份粘貼到下面,并修改為 //關(guān)于我們單頁(yè)
三、在相應(yīng)導(dǎo)航位置添加“關(guān)于我們”的鏈接,完成單頁(yè)添加。
<a href="{APP_PATH}index.php?m=wap&c=index&a=about">學(xué)校概況</a>
相關(guān)教程推薦:phpcms教程