📄 applications.inc.php
字号:
<?php
if(!defined('IN_DISCUZ')) {
exit('Access Denied');
}
include_once DISCUZ_ROOT.'./forumdata/cache/plugin_friendlink.php';
$webname = $_DPLUGIN['friendlink']['vars']['webname'];
$weburl = $_DPLUGIN['friendlink']['vars']['weburl'];
$weblogo = $_DPLUGIN['friendlink']['vars']['weblogo'];
$webdescription = $_DPLUGIN['friendlink']['vars']['webdescription'];
$webdemand = $_DPLUGIN['friendlink']['vars']['webdemand'];
include template('link_applications');
?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -