diff options
Diffstat (limited to 'plugins/admin_multi_view/controller.php')
-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> |