?? index.php
字號(hào):
<?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');
if($_CHA['htmlcreatetype']>0 && file_exists("index.".$_CHA['fileext']))
{
header("location:index.".$_CHA['fileext']);
exit;
}
include PHPCMS_ROOT."/module/picture/common.php";
$childcats = get_childcat();
$meta_title = $_CHA['channelname'];
$meta_keywords = $_CHA['meta_keywords'];
$meta_description = $_CHA['meta_description'];
$templateid = $_CHA['templateid'] ? $_CHA['templateid'] : "index";
$filecaching = 1;
include template($mod,$templateid);
?>
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -