?? index.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.
*####################################################
*/
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 + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -