1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-28 10:20:45 +02:00

Theme Manager for Admin area, now displays previews of each admin skin.

This commit is contained in:
Cameron
2021-02-04 16:22:25 -08:00
parent 5870fbdb84
commit e4f8082d37
13 changed files with 166 additions and 89 deletions

View File

@@ -1150,7 +1150,7 @@ class e_install
{
$key = $val['name'];
if(empty($val['thumbnail']))
if($key !== 'css/modern-light.css' && ($key !== 'css/modern-dark.css'))
{
continue;
}