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

📄 area.php

📁 phpcms2007很好的cms内容管理系统,操作方便
💻 PHP
字号:
<?php 
require './include/common.inc.php';
if($infocat) $tab = $infocat;
$head['title'] = $MOD['seo_title'];
$head['keywords'] = $MOD['seo_keywords'];
$head['description'] = $MOD['seo_description'];
$areaid = intval($areaid);
$areaid or showmessage($LANG['illegal_parameters'],$PHP_SITEURL);
$infocat = isset($infocat) ? intval($infocat) : 0;
if(!array_key_exists($areaid, $AREA)) showmessage($LANG['sorry_not_exist_area'],'goback');
include  PHPCMS_ROOT.'/include/area.func.php';
$ARE = cache_read('area_'.$areaid.'.php');
@extract($ARE);
$areapos = areapos($areaid, ' &gt;&gt; ');
if($child==1)
{
	$arrchild = subarea($mod, $areaid);
	$templateid = $templateid ? $templateid : 'area_list' ;
}
else
{	
	$page = isset($page) ? intval($page) : 1;
	$templateid = $listtemplateid ? $listtemplateid : 'area_list';
}
include template($mod,$templateid);
?>

⌨️ 快捷键说明

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