- merge r 2117 from trunk (render_category_description and render_category_literal_description events refactoring)

- fix admin multiview plugin

git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2118 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
rvelices
2007-10-02 05:42:22 +00:00
parent 58977351dd
commit 530e3e6974
7 changed files with 47 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) )