只需一步,快速开始
<?php /* [SupeSite/X-Space] (C)2001-2006 Comsenz Inc. 站点资讯首页 $RCSfile: news.php,v $ $Revision: 1.18 $ $Date: 2007/03/19 16:14:57 $ */ if(!defined('IN_SUPESITE')) { exit('Access Denied'); } if(!empty($_SCONFIG['htmlindex'])) { $_SHTML['action'] = 'news'; $_SGLOBAL['htmlfile'] = gethtmlfile($_SHTML); ehtml('get', $_SCONFIG['htmlindextime']); $_SCONFIG['debug'] = 0; } include_once(S_ROOT.'./include/common.inc.php'); $title = $lang['news'].' - '.$_SCONFIG['sitename']; $keywords = $lang['news']; $description = $lang['news']; $guidearr = array(); $guidearr[] = array('url' => geturl('action/news'),'name' => $lang['news']); $tplname = 'news_index'; $title = strip_tags($title); $keywords = strip_tags($keywords); $description = strip_tags($description); include template($tplname); ob_out(); if(!empty($_SCONFIG['htmlindex'])) { ehtml('make'); } else { maketplblocknames($tplname); maketplblockvalue('cache'); } ?>
<?php /* [SupeSite/X-Space] (C)2001-2006 Comsenz Inc. 站点资讯首页 $RCSfile: pics.php,v $ $Revision: 1.18 $ $Date: 2007/03/19 16:14:57 $ */ if(!defined('IN_SUPESITE')) { exit('Access Denied'); } if(!empty($_SCONFIG['htmlindex'])) { $_SHTML['action'] = 'pics'; $_SGLOBAL['htmlfile'] = gethtmlfile($_SHTML); ehtml('get', $_SCONFIG['htmlindextime']); $_SCONFIG['debug'] = 0; } include_once(S_ROOT.'./include/common.inc.php'); $title = $lang['pics'].' - '.$_SCONFIG['sitename']; $keywords = $lang['pics']; $description = $lang['pics']; $guidearr = array(); $guidearr[] = array('url' => geturl('action/pics'),'name' => $lang['pics']); $tplname = 'pics_index'; $title = strip_tags($title); $keywords = strip_tags($keywords); $description = strip_tags($description); include template($tplname); ob_out(); if(!empty($_SCONFIG['htmlindex'])) { ehtml('make'); } else { maketplblocknames($tplname); maketplblockvalue('cache'); } ?>
查看全部评分
532
使用道具 举报
本版积分规则 发表回复 回帖后跳转到最后一页
手机版|小黑屋|Discuz! 官方站 ( 皖ICP备16010102号 )
GMT+8, 2024-12-25 12:59 , Processed in 0.028785 second(s), 4 queries , Gzip On, Redis On.
Powered by Discuz! X3.4
Copyright © 2001-2023, Tencent Cloud.