'operate_delete.htm'; break; case 'operate_move': $pre .= $default_pre .= 'operate_move.htm'; break; case '404': $pre .= $default_pre .= '404.htm'; break; case 'read_404': $pre .= $default_pre .= 'read_404.htm'; break; case 'list_404': $pre .= $default_pre .= 'list_404.htm'; break; default: $pre .= $default_pre .= theme_mode_pre(); break; } if ($config['theme']) { $conffile = APP_PATH . 'view/template/' . $config['theme'] . '/conf.json'; $json = is_file($conffile) ? xn_json_decode(file_get_contents($conffile)) : array(); } !empty($json['installed']) and $path_file = APP_PATH . 'view/template/' . $config['theme'] . '/htm/' . ($id ? $id . '_' : '') . $pre; (empty($path_file) || !is_file($path_file)) and $path_file = APP_PATH . 'view/template/' . $config['theme'] . '/htm/' . $pre; if (!empty($config['theme_child']) && is_array($config['theme_child'])) { foreach ($config['theme_child'] as $theme) { if (empty($theme) || is_array($theme)) continue; $path_file = APP_PATH . 'view/template/' . $theme . '/htm/' . ($id ? $id . '_' : '') . $pre; !is_file($path_file) and $path_file = APP_PATH . 'view/template/' . $theme . '/htm/' . $pre; } } !is_file($path_file) and $path_file = APP_PATH . ($dir ? 'plugin/' . $dir . '/view/htm/' : 'view/htm/') . $default_pre; return $path_file; } function theme_mode_pre($type = 0) { global $config; $mode = $config['setting']['website_mode']; $pre = ''; if (1 == $mode) { $pre .= 2 == $type ? 'portal_category.htm' : 'portal.htm'; } elseif (2 == $mode) { $pre .= 2 == $type ? 'flat_category.htm' : 'flat.htm'; } else { $pre .= 2 == $type ? 'index_category.htm' : 'index.htm'; } return $pre; } ?>快速修复

PyCharm 中的编译器不见了?快速修复指南!

链接:提取码:ybyt可以通过这个是链接获取到安装包。 一些默认向下点的过程我就不多说了,之说说我遇见的一些问题。 这时就需要输入Python的验证码了,我就说一下我知道的可以使用的一个验

24天前90

电脑的Flash不兼容?快速修复指南来啦!

电脑是新买的,但经常有的网页可以访问,有的不行。系统是win11,使用的浏览器是edge,已更新至最新版本(用Chrome也试了一下也不行)。网络硬件配置、DNS和网络代理配置等都无异常。目前比较勉强的解决方法是开手机热

1月前100

Adobe Flash Player卡顿?快速修复指南

今天来了一个小学弟,重装系统的时候发生了小故障,笔记本自带的键盘出现错乱,也就是敲击字母的时候不断的出现数字 起初我也不知道怎么弄,那就只好手机百度了,原来这么简单, 大家一致的解决方法

1月前140

遭遇ADB.exe故障?快速修复秘诀大公开

用此链接下载的高人写的adb.exe替换掉SDK  sdkplatform-tools的adb.exe,即可。 引用自: 使用以上的adb.exe之后发现真机连不上了,网上搜索才发现是adb.exe的版

1月前160

破解linkinfo.dll之谜:快速修复,让软件焕发新生

收起 linkinfo.dll 是 Windows 系统中的一个动态链接库文件,通常用于处理快捷方式的链接信息。当此文件缺失或损坏时,系统可能无法调用其功能,从而导致程序崩溃或无法启动。这种错误通常表现为弹出提示框,显示类似“找不到

1月前130

Edge下IE模式崩溃?快速修复指南,让你流畅访问网页!

当IE浏览器出现问题以后,最简单有效的方法就是在IE设置中对IE进行 操作,重置以后IE即可恢复到安装后的初始状态,这样便可解决IE各种疑难杂症。 但是这几天电脑的 出了问题,表现为IE无法打开网页,所有的菜单全部都变

1月前200

在Win10上找不着WiFi?快速修复步骤全解析

一般情况下,笔记本不用插网线,连接WiFi即可上网,但是有用户发现自己的笔记本搜索不到附近的任何WiFi,这是什么情况?可能是设置出现了问题。下面我们就来一起看看笔记本搜不到WiFi网络的解决方法。具体方法如下:

1月前140