帝国cms列表页跳转到内容页的列表模板代码

前端之家收集整理的这篇文章主要介绍了帝国cms列表页跳转到内容页的列表模板代码前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

代码适用于栏目下面只有一个文章的 例如公司简介,联系我们等单页形式 代码如下

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<Meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>[!--pagetitle--] </title>
</head>
<body>
[e:loop={'selfinfo',1,'','newstime ASC'}]
<script type="text/javascript">
self.location.href='<?=$bqsr['titleurl']?>';
</script>
[/e:loop]
 
</body>

猜你在找的帝国CMS相关文章