'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; } ?>方式

win7-32bit-virtualbox安装问题及解决方式

要成为黑帽子白帽子少不了的就是Linux系统,作为女汉子的我定会拿来玩玩,可是有舍不得win7系统,毕竟用了这么多年的图形界面。。。 因为本女汉子系统是win7-32位&a

2025-1-31800

Win7还原未知文件打开方式

Win7还原未知文件打开方式 平时经常会有些文件没有合适的程序打开,在系统中显示是白色图标,但一旦指定了打开方式,就不能再回到白色图标了,以.class

2025-1-31400

office 删除密钥的方式

一、问题发现 这段时间我的 office 365 过期了,我又重新购买了一年的使用,但是我再激活确认的时候,出现了一个问题,就是我的office 默认

2025-1-31700

【项目】多种方式统一登录入口的设计方案

在编写项目的时候,通常会遇到很多情况下,需要实现统一登录入口。统一登录入口通常指的是:能够实现手机号、邮箱、用户名等信息登录,且共用一个登录入口。 这

2025-1-30450

android qq存储方式,手机qq设置保存路径图解步骤

你是否会遇到手机QQ接收到的文件总是找不到存放在哪个文件夹的问题呢?如果遇到了就请认真阅读此篇经验,一定会找到你想要的那份重要文件。今天学习啦小编给你分享一下设置手机qq下载保存路径的方法,欢迎阅

2025-1-30540

LinuxQQ3.0体验和下载方式

2023年元旦腾讯推出了LinuxQQ3.0 官网称为了满足Linux用户工作、生活等多场景使用需求,,本次QQ Linux 3.0版本针对系统外观、效率提升、生活娱乐等方面进行功能的更新和拓展。

2025-1-30290

网络设备管理方式

一、直连管理(Console) 在配置通过Console口登录设备之前,需要完成以下任务: 设备正常上电。准备好Console通信电缆。准备好

2025-1-30610

锐捷睿易:路由器WAN口三种上网方式的选择

一、WAN口三种上网方式 拨号上网:有些路由器也叫宽带上网、ADSL拨号、PPPOE拨号等 拨号上网方式是向运营商办宽带的时候,运营商会给你一个账号、密码 在路由器上WAN口设置里选择连接了

2025-1-30670