- remove unused css for IE7

- fix admin view plugin (due to a recent change elsewhere)
- remove an echo from admin/stats.php

git-svn-id: http://piwigo.org/svn/trunk@2108 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
rvelices
2007-09-28 02:22:57 +00:00
parent a3b23df6ef
commit 3013832c4b
4 changed files with 18 additions and 29 deletions
@@ -11,6 +11,7 @@ if (! defined('MULTIVIEW_CONTROLLER') )
if ( !empty($theme) )
{
list($user['template'], $user['theme']) = explode('/', $theme);
unset( $user['admin_template'], $user['admin_theme']);
}
$lang = pwg_get_session_var( 'multiview_lang', '' );
if ( !empty($lang) )