Rumah > Artikel > Tutorial CMS > phpcms怎么实现wap单页
下面以添加“关于我们”这一单页为例进行说明:
一、复制phpcms\templates\default\wap下的maps.html,粘贴重命名为about.html,并修改其中内容作为“关于我们”的模板文件;
二、在phpcms\modules\wap\index.php文件搜索 function maps(),找到
复制一份粘贴到下面,并修改为 //关于我们单页
三、在相应导航位置添加“关于我们”的链接,完成单页添加。
<a href="{APP_PATH}index.php?m=wap&c=index&a=about">学校概况</a>
相关教程推荐:phpcms教程
Atas ialah kandungan terperinci phpcms怎么实现wap单页. Untuk maklumat lanjut, sila ikut artikel berkaitan lain di laman web China PHP!