?? special_show.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');
include PHPCMS_ROOT."/module/".$mod."/common.php";
$specialid = intval($specialid);
if(!$specialid) message('非法參數(shù)!請(qǐng)返回!','goback');
$special = $db->get_one("SELECT * FROM ".TABLE_SPECIAL." WHERE specialid=$specialid and channelid=$channelid ");
@extract($special);
$templateid = $templateid ? $templateid : "special_show";
$skindir = $skinid ? PHPCMS_PATH."templates/".$defaulttemplate."/skins/".$skinid : $skindir;
$adddate=date('Y-m-d',$addtime);
$specialpic = get_imgurl($specialpic);
$specialbanner = get_imgurl($specialbanner);
$position = "<a href='".$channelurl."'>".$channelname."首頁(yè)</a> >> <a href='".$channelurl."special/'>專(zhuān)題</a>";
$meta_title = $specialname;
$meta_keywords = $meta_keywords ? $meta_keywords : strip_tags($_CHA['meta_keywords']);
$meta_description = $meta_description ? $meta_description : strip_tags($introduce);
$filecaching = 1;
include template($mod,$templateid);
?>
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -