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

Ubuntu 9.10下,让你的QQ不再自动关闭

[align=center][img]转载:作者:tianwanjun8680.blog.163.comQQ每次打开聊天 窗口,和别人聊天时,点击历史或者传输文件和图片时,或者正和别人聊天QQ就自动关闭了,搞得老

10天前200

让你的IE浏览器成为剪贴板助手,轻松复制网页信息

步骤一:打开你的IE浏览器→菜单栏的“工具”→internet选项, 步骤二:切换到“安全”选项卡→再点击“自定义级别”,步骤三:在设置框下面找到脚本下的“允许对剪贴板进行编程访问”设置为启用,最后一路确定保存,

1月前160

独家秘籍:让你的B站收藏一键转移到电脑上

B站收藏夹通常只能观看内容,而不能直接通过自身操作批量导出。网络上之前也有类似的教程,但相对简化,省略了部分步骤,对我这类的手残党来说着实不太友好,于是在实操中花了不少时间摸索。通过以下步骤可以快速批量地导出收藏夹列表:1

1月前130

让你的Ubuntu14.04畅享微信,轻松几步!

安装步骤 无意中发现了一个巨牛的人工智能教程,忍不住分享一下给大家。教程不仅是零基础,通俗易懂,而且非常风趣幽默,像看小说一样!觉得太牛了,所以分享给大家。点这里可以跳转到教程 微信安装最新版

1月前120

深度清洗:让你的Git记录中不留任何文件线索

有时候,我们需要删除 git 历史记录中的某个文件。有种情况是在你开发一个项目的时候,刚开始是闭源的,里面可能包含一些比较敏感的信息,用户名和密码等,后来想将这个项目开源了,但这些用户名和密码的配置文件已经存在于 git

1月前100

深入解析'0x0000007B'错误:让你的Windows XP不再崩溃

前些天 笔记本使用过程中突然间死机 可能是因为温度太高的原因吧 重启电脑,风扇转了几下 电源指示灯亮了几秒钟 然后就一直处于等待状态 只能按下关机键 重新把硬盘、内存、CPU安装,依然未果。 到网上搜索 各种解

1月前100

快速指南:让你的Vista系统在启动时绽放新生命

激活Windows Vista 启动Logo画面 我们自使用Windows系统以来,系统启动都有Windows的系统启动画面,但是到一直到现在,我们新安装Vista,都是没有启动画面的,大家是不是觉得启动看着没有LOGO的滚动条有点诡异

1月前110

一学就会:让你的SWF桌面图标移至新家的方法

收起 在Windows 10和Windows 11系统中,用户常常希望根据自己的使用习惯对桌面图标进行个性化排列。然而,部分用户反馈:即使手动调整了图标的布局,重启后仍恢复默认排列。这一现象通常与“桌面图标位置重定向未生效”有关。本

1月前370