帝国cms首页模板中调用一个html页面中内容方法

来自:互联网
时间:2020-02-13
阅读:

服务器支持ssi就可以用下面的方法

<?php include(ECMS_PATH.'userpage.html');?>与<!--#include file="/userpage.html"-->

返回顶部
顶部