acp_pages_content.php
来自「sabreipb 2.1.6 utf-8中文版本!」· PHP 代码 · 共 42 行
PHP
42 行
<?php
/*
+---------------------------------------------------------------------------
| Invision Power Board ACP LOADER
| ========================================
| by Matthew Mecham
| (c) 2005 Invision Power Services
|
| ========================================
+---------------------------------------------------------------------------
| INVISION POWER BOARD IS NOT FREE SOFTWARE!
| /dynamic/
+---------------------------------------------------------------------------
|
| > CONTROL PANEL PAGES FILE
| > Script written by Matt Mecham
| > Date started: Fri 8th April 2005 (12:07)
|
+---------------------------------------------------------------------------
*/
//===========================================================================
// Simple library that holds all the links for the admin cp
//===========================================================================
// CAT_ID => array( PAGE_ID => (PAGE_NAME, URL ) )
// $PAGES[ $cat_id ][$page_id][0] = Page name
// $PAGES[ $cat_id ][$page_id][1] = Url
// $PAGES[ $cat_id ][$page_id][2] = Look for folder before showing
// $PAGES[ $cat_id ][$page_id][3] = URL type: 1 = Board URL 0 = ACP URL
// $PAGES[ $cat_id ][$page_id][4] = Item icon: 1= redirect 0 = Normal
$CATS[] = array( '鐗堝潡鎺у埗' );
$PAGES[] = array(
// 1 => array( 'New Forum' , 'section=content&act=forum&code=new' ),
2 => array( '璁哄潧鐗堝潡绠$悊' , 'section=content&act=forum' ),
3 => array( '鏉冮檺妯″潡绠$悊' , 'section=content&act=group&code=permsplash'),
// 6 => array( 'Moderators' , 'section=content&act=mod' ),
7 => array( '涓婚
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?