分页
-
帝国cms模板在其他模板里调用文章分页
以下代码加入到帝国cms模板里面<?php$ue=$empire->fetch1("select * from phome_ecms_fj where mc='$navinfor[mc]' limit 1");$uee=$empire->fetch1("select * from phome_enewsclass where classid='$ue[class
日期 2024-08-20 阅 13 帝国 分页 文章 -
帝国cms信息列表分页的URL修改方法之去掉下划线
例如把http://www.daixiao360.cn/sfmb/index_2.html改成2.html或者index-2.html,不要下划线。解决方法如下:1. 改e/class/functions.php里带有index_的字符串2. 改e/class/t_functions.php里sys_ShowListPage、sys_Show
日期 2024-08-20 阅 13 下划线 帝国 分页