Changeset 6357 for branches


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

admin multi view controller does not use the selected theme css

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.1/plugins/admin_multi_view/controller.php

    • Property svn:mergeinfo deleted
    r6343 r6357  
    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.