添加默认模板截图
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user