⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 list.php

📁 phpcms网站管理系统  很不错的 有需要的就下载看看八 
💻 PHP
字号:
<?php
/*
*####################################################
* PHPCMS v3.0.0 - Advanced Content Manage System.
* Copyright (c) 2005-2006 phpcms.cn
*
* For further information go to http://www.phpcms.cn/
* This copyright notice MUST stay intact for use.
*####################################################
*/
defined('IN_PHPCMS') or exit('Access Denied');
include PHPCMS_ROOT."/module/down/common.php";

$catid = intval($catid);
$page = intval($page);
if(!$_CAT[$catid])
{
	message('栏目不存在,请返回','goback');
}
@extract($_CAT[$catid]);

if($catpurview)
{
	check_purview($arrgroupid_browse);
}

$position = cat_posurl($catid);
$p->set_catid($catid);
$caturl = $p->get_listurl(0);
$arrchildid = get_childcat($channelid,$catid);
$cattemplateid = ($child && !$page)  ? $templateid : $listtemplateid;
$templatetype = ($child && !$page)  ? 'category' : 'category_list';
$page = $page ? $page : 1 ;

$meta_title = $catname."-".$_CHA['channelname'];
$meta_keywords = $meta_keywords.",".$_CHA['meta_keywords'];
$meta_description = $meta_description."-".$_CHA['meta_description'];

include template($cattemplateid,$mod,$templatetype);
?>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -