📄 member_notice.php
字号:
<?php
define( "ROOTPATH", "" );
include( ROOTPATH."config.inc.php" );
include( ROOTPATH."language/".$sLan."_".$charset.".php" );
include( ROOTPATH."includes/SysGlobal.php" );
include( ROOTPATH."includes/pro.php" );
include( ROOTPATH."includes/func/common.inc.php" );
include( ROOTPATH."includes/func/member.inc.php" );
include( ROOTPATH."includes/func/db.inc.php" );
readconfig( );
$SiteName = $CONF['SiteName'];
$SiteHttp = $CONF['SiteHttp'];
$SiteEmail = $CONF['SiteEmail'];
$CatchOpen = $CONF['CatchOpen'];
$PAGEINFO['coltype'] = "member";
$PAGEINFO['pagename'] = "notice";
$NowMenuid = "2";
$MenuInfo = menuinfo( $NowMenuid );
securemember( );
$ArrayNotice = noticedetail( );
$NoticeTitle = $ArrayNotice['title'];
$NoticeCon = $ArrayNotice['body'];
$NoticeCl = $ArrayNotice['cl'];
$NoticeTime = $ArrayNotice['dtime'];
pageset( $PAGEINFO['coltype'], $PAGEINFO['pagename'] );
$PageTitle = pagedef( $NoticeTitle, $PSET['pagetitle'] );
$MetaKey = pagedef( $NoticeTitle, $PSET['metakey'] );
$MetaCon = pagedef( $NoticeTitle, $PSET['metacon'] );
$PageTempStr = loadtemp( ROOTPATH."templates/".$MenuInfo['skin']."/header.html" );
$PageTempStr .= loadtemp( ROOTPATH."templates/".$MenuInfo['skin']."/".$PSET['tempfile'] );
$PageTempStr .= loadtemp( ROOTPATH."templates/".$MenuInfo['skin']."/foot.html" );
$PageAll = showtemp( $PageTempStr );
echo $PageAll;
?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -