?? createhtml.inc.php
字號:
<?php
defined('IN_PHPCMS') or exit('Access Denied');
require_once MOD_ROOT.'include/html.class.php';
$chtml = new html();
$chtml->index();
$type =subtype('link');
foreach($type as $key=>$value)
{
$chtml->type($value['typeid']);
}
showmessage($LANG['update_success'],'?mod=link&file=link&action=manage');
?>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -