mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-03-28 17:42:57 +01:00
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
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user