aboutsummaryrefslogtreecommitdiffstats
path: root/include/functions_user.inc.php
diff options
context:
space:
mode:
authorrvelices <rv-github@modusoptimus.com>2011-11-29 04:44:13 +0000
committerrvelices <rv-github@modusoptimus.com>2011-11-29 04:44:13 +0000
commit8ce9bc9d394a690543c98d4108d8834b45482690 (patch)
tree2a047d7a2383120b78e76bac936ef3336832dc31 /include/functions_user.inc.php
parent45dcf686ee3869086b5746d967a9fa24455c228e (diff)
removed unused css rules
git-svn-id: http://piwigo.org/svn/trunk@12670 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'include/functions_user.inc.php')
-rw-r--r--include/functions_user.inc.php5
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;
}
}