Home > Backend Development > PHP Tutorial > phpcms二次开发有关问题

phpcms二次开发有关问题

WBOY
Release: 2016-06-13 13:28:26
Original
751 people have browsed it

phpcms二次开发问题
最近想在本地建了个cms。但是不知道怎么弄里面的模版。我是要知道写页面,还是百度找呢。。。还有怎么更换他的模版啊。

------解决方案--------------------
网站根目录\phpcms\templates\default 这里的模版是系统默认的 如果你想加模版 只需在default的同级目录建立你自己的模版目录 如 网站根目录\phpcms\templates\my_templates 至于样式和js的引用在 caches\configs\system.php中都有体现 模版的数据调用什么的参考默认模版和手册

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template