diff options
author | rvelices <rv-github@modusoptimus.com> | 2010-05-25 20:05:14 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2010-05-25 20:05:14 +0000 |
commit | 5ca5734780a669a6ea3444b16f9e53544cd6c733 (patch) | |
tree | da0d2e69178b4c7d4bc1aaf85f165a109c64585d /plugins/admin_multi_view | |
parent | 4d013f7a32a14077988b2f359b4cb5255195c259 (diff) |
merge from branch 2.1
admin multi view controller does not use the selected theme css
git-svn-id: http://piwigo.org/svn/trunk@6358 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'plugins/admin_multi_view')
-rw-r--r-- | plugins/admin_multi_view/controller.php | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/plugins/admin_multi_view/controller.php b/plugins/admin_multi_view/controller.php index 8934ec451..88b22f2e2 100644 --- a/plugins/admin_multi_view/controller.php +++ b/plugins/admin_multi_view/controller.php @@ -206,13 +206,6 @@ else <head> <meta http-equiv="Content-Type" content="text/html; charset=<?php echo get_pwg_charset() ?>"> <title>Controller</title> -<?php -// Controller will be displayed with the **real admin template** (without Any if it has been removed) -if ( $my_theme !== '') { - $my_theme = get_root_url().$my_theme.'/theme.css'; - echo '<link rel="stylesheet" type="text/css" href="' . $my_theme .'">'; -} -?> </head> <body> |