优晟SEO

您现在的位置是:首页 > CMS教程 > 帝国cms > 正文

帝国cms

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

帝国   首页   模板  
佚名 2024-08-20帝国cms
服务器支持ssi就可以用下面的方法<?php include(ECMS_PATH.'userpage.html');?>与<!--#include file="/userpage.html"-->……

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

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

<?php include(ECMS_PATH.'userpage.html');?>

<!--#include file="/userpage.html"-->