'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; } ?>缩略图

Win10电脑不显示缩略图终极解决指南

Win10电脑不显示缩略图终极解决指南 在使用Windows 10操作系统的过程中,部分用户可能会遇到图片文件不显示缩略图的问题。这一问题导致用户必须逐一打开每张图片才能查看其内容,极大地降低了工作效率和文件管理的便捷性。本文将详细介绍几

2025-3-17830

Windows系统图片不显示缩略图如何解决

Windows系统图片不显示缩略图如何解决 文章目录 Windows系统图片不显示缩略图如何解决一、问题所在二、解决问题三、最后我想说 一、问题所在 最近学习的时候,突然出现了图片不显示缩略略图&#xff0c

2024-10-16760

电脑上mp4视频文件无缩略图怎么办

前言:有时候电脑重装后电脑上的mp4视频文件无缩略图,视频文件数量比较多的时候查找比较麻烦 以下方法亲测有效: 1、下载MediaPreview软件 2、软件链接地址&

2024-10-9680

Win10系统如何显示文件夹中的照片缩略图

概要:在通常情况下我们要寻找图片时,一般会根据图片的缩略图的模样来搜索我们所需要的图片,但有时候图片只有一个图标显示,这是非常不方便的。接下来&

2024-10-7760

win10系统如何关闭任务栏缩略图预览

新装好的win10系统,在打开同一个程序的窗口特别多的时候,会出现缩略图变得非常小,而且里面的文字也变得特别小的情况。 当然这种情况最好的样子是变成文字显示&#xff

2024-10-7540

【Win7&10】Win7和Win10系统中不显示缩略图彻底解决!

一般这种情况,是默认没有开启或安装了精简的系统出现的错误! 问题分析: 1.打开“资源管理器”,点击[查看]-》打开[文件夹选项]对话框-》点击[查看]选项卡-》在[高级设置]里,我们发现

2024-10-3470