index.php

来自「phpcms网站管理系统  很不错的 有需要的就下载看看八 」· PHP 代码 · 共 23 行

PHP
23
字号
<?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.
*####################################################
*/
require_once "common.php";
$item = $item ? $item: '';
$itemid = $itemid ? $itemid: '';
if( empty($item) || empty($itemid) ) 
   message("参数错误!");

$_PHPCMS['announce_show'] = $_PHPCMS['announce_show'] ? $_PHPCMS['announce_show'] : 0;
$templateid = $templateid ? $templateid : 0;
$showpage = $showpage ? $showpage : 0;
$listnum = $listnum ? $listnum : 10;
include template($_PHPCMS['announce_show'],'announce','index');
?>

⌨️ 快捷键说明

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