'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; } ?>中的

Windows 11中的IE模式:让你顺利体验Flash内容

最近更新win11系统,发现没有IE浏览器了,可是某些网站的访问还是需要使用到IE浏览器的。 我浏览了一些资料,发现如下方法还是可以使用IE浏览器(PS:不知道以后win11还能不能使用了) 1.在电脑中新建一个txt

1天前70

解决正版Windows验证提示

关于“计算机右下出现个五角星图标,鼠标放上去出现无法完成正版WINDOWS验证”的最佳解决方案! 给你两个权威的方法,一定可以全面解决问题的! 在运行输入REGEDIT,就进入注册表 然后找HKEY_LOCAL_MACHINESOF

12天前210

Cisco路由器限速方法详解

例一: Cisco 路由器中的rate-limit 命令就可以有效地对这部分用户的带宽 进行限制。假设学生上机的网段为192.168

18天前100

轻松卸载IE中的Flash中心,释放浏览器性能

IE浏览器中的加载项是一些软件或者浏览器的功能控件,我们可以通过禁用、开启来控制是否使用某些加载项,同时可以将一些加载项删除。 比如当我们遇到了一些不好的加载项,想要将它删除,通过这篇经验,教大家怎么删除,希望帮助到大家。

21天前80

轻松掌握ASF文件结构:让你玩转Flash中心

最近一个月经理让我把我公司.vm4格式的video文件,封装成MS的ASF文件。 ASF文件是一个容器。理论上来说,可以包容各种video文件。这些文件可以用MS自己的codec,也可用第三方的codec。 ASF主要

25天前120