mirror of
https://github.com/Piwigo/Piwigo.git
synced 2025-04-28 04:09:56 +03:00
removed unused css rules
git-svn-id: http://piwigo.org/svn/trunk@12670 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
45dcf686ee
commit
8ce9bc9d39
6 changed files with 28 additions and 20 deletions
|
@ -930,10 +930,7 @@ function get_default_theme()
|
|||
$active_themes = get_pwg_themes();
|
||||
foreach (array_keys(get_pwg_themes()) as $theme_id)
|
||||
{
|
||||
if (check_theme_installed($theme_id))
|
||||
{
|
||||
return $theme_id;
|
||||
}
|
||||
return $theme_id;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue