diff options
author | rvelices <rv-github@modusoptimus.com> | 2011-11-29 04:44:13 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2011-11-29 04:44:13 +0000 |
commit | 8ce9bc9d394a690543c98d4108d8834b45482690 (patch) | |
tree | 2a047d7a2383120b78e76bac936ef3336832dc31 /include | |
parent | 45dcf686ee3869086b5746d967a9fa24455c228e (diff) |
removed unused css rules
git-svn-id: http://piwigo.org/svn/trunk@12670 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | include/functions_user.inc.php | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/include/functions_user.inc.php b/include/functions_user.inc.php index be8962e09..63925cfd8 100644 --- a/include/functions_user.inc.php +++ b/include/functions_user.inc.php @@ -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; } } |