添加默认模板截图

This commit is contained in:
fen
2013-10-19 19:55:44 +08:00
parent 279c44e8e0
commit f1e3d34a02
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -52,7 +52,7 @@ class Widget_Themes_List extends Typecho_Widget
$info['screen'] = Typecho_Common::url(trim(__TYPECHO_THEME_DIR__, '/') .
'/' . $info['name'] . '/' . basename(current($screen)), $siteUrl);
} else {
$info['screen'] = Typecho_Common::url('/images/noscreen.gif', $adminUrl);
$info['screen'] = Typecho_Common::url('/images/noscreen.png', $adminUrl);
}
$result[$key] = $info;