Changeset 6358 for trunk/plugins


Ignore:
Timestamp:
May 25, 2010, 10:05:14 PM (14 years ago)
Author:
rvelices
Message:

merge from branch 2.1
admin multi view controller does not use the selected theme css

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/plugins/admin_multi_view/controller.php

    r6238 r6358  
    207207<meta http-equiv="Content-Type" content="text/html; charset=<?php echo get_pwg_charset() ?>">
    208208<title>Controller</title>
    209 <?php
    210 // Controller will be displayed  with  the **real admin template** (without Any if it has been removed)
    211 if ( $my_theme !== '') {
    212   $my_theme = get_root_url().$my_theme.'/theme.css';
    213   echo '<link rel="stylesheet" type="text/css" href="' . $my_theme .'">';
    214 }
    215 ?>
    216209
    217210</head>
Note: See TracChangeset for help on using the changeset viewer.