special.php

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

PHP
29
字号
<?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";

$templateid = $_CHA['specialtemplateid'] ? $_CHA['specialtemplateid'] : 0;

$position = "<a href='".$channelurl."'>".$channelname."首页</a> >> <a href='".$channelurl."special/'>专题首页</a>";

$speciallisturl = $p->get_speciallisturl(1);

$meta_title = $_CHA['channelname']."频道-专题";
$meta_keywords = $_CHA['meta_keywords'];
$meta_description = $_CHA['meta_keywords'];

$filecaching = 1;

include template($templateid,$mod,"special");
?>

⌨️ 快捷键说明

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