From 8ce9bc9d394a690543c98d4108d8834b45482690 Mon Sep 17 00:00:00 2001 From: rvelices Date: Tue, 29 Nov 2011 04:44:13 +0000 Subject: removed unused css rules git-svn-id: http://piwigo.org/svn/trunk@12670 68402e56-0260-453c-a942-63ccdbb3a9ee --- include/functions_user.inc.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'include/functions_user.inc.php') 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; } } -- cgit v1.2.3