aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrvelices <rv-github@modusoptimus.com>2010-05-25 20:02:03 +0000
committerrvelices <rv-github@modusoptimus.com>2010-05-25 20:02:03 +0000
commit4dd9061a17d265c653087c50303915ca3c2ea9b5 (patch)
tree6b359dba98872b25bc0e147384eda78b91b037c2
parent7ab2dd2fac3abb58a9491d3f630cf1809453bdfb (diff)
admin multi view controller does not use the selected theme css
git-svn-id: http://piwigo.org/svn/branches/2.1@6357 68402e56-0260-453c-a942-63ccdbb3a9ee
-rw-r--r--plugins/admin_multi_view/controller.php7
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>