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; } ?>苹果

苹果Macbook Win7环境下,为什么插入耳机能听却听不了外放?

前几天因为电脑卡顿,为自己电脑重装了下系统,但是奇怪的是电脑没声音了,声卡什么的都没有问题,自己还重装了下,让我一度以为是硬件有问题,就差拆开电脑看了。 在一次偶然的机遇下,看到了一篇文章,可能是电脑热键插件没有安装,于是自己

1月前120

苹果设备连接电脑指南

body {font-family: Arial, sans-serif;margin: 20px;background-color: #f9f9f9;color: #333;}h1 {text-align: center;color: #

3月前470

520 miix 小兵 黑苹果,Hackintosh黑苹果长期维护机型整理清单

## 黑苹果长期维护机型整理 引言 by @我意 整理这份清单的目的:在于给想体验黑苹果的人一个方向,也想减少大家重复造轮子,节约大家的时间。 所有文件均归属于原作者,本清单只列出链接。如果您不希望你的链接被这份清单收录,请发送邮件到 [e

7月前1540