📄 ini.php
字号:
<?php
if(!defined('IN_SUPSITE')) exit('Access Denied');
$theskindir = SUPSITE_ROOT.'./templates/'.SKIN_ID.'/config/';
@include_once ($theskindir.'iniall.php');
@include_once ($theskindir.'inimenu.php');
@include_once ($theskindir.'iniindex.php');
@include_once ($theskindir.'inif.php');
@include_once ($theskindir.'inie.php');
@include_once ($theskindir.'inip.php');
@include_once ($theskindir.'inipe.php');
@include_once ($theskindir.'inid.php');
@include_once ($theskindir.'inide.php');
@include_once ($theskindir.'inib.php');
@include_once ($theskindir.'inibe.php');
@include_once ($theskindir.'iniwap.php');
@include_once ($theskindir.'inirss.php');
@include_once ($theskindir.'inihtml.php');
@include_once ($theskindir.'inicache.php');
?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -