Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Minor
-
Resolution: Fixed/Completed
-
Affects Version/s: 3.1.2
-
Fix Version/s: 3.1.3
-
Component/s: Core CiviCRM
-
Labels:None
Description
Reported in these forum posts, and I replicated on my localhost. This is a regression bug and s/b fixed.
http://forum.civicrm.org/index.php/topic,12220.0/topicseen.html
In 3.0.4 : When I change my 'color' for the Garland theme (under Drupal Admin >> Themes >> Configure) - the <link> we output for style.css points to the correct subdirectory:
<link type="text/css" rel="stylesheet" media="all" href="/dgg/drupal69/sites/default/files/color/garland-165907f4/style.css?c" />
In 3.1.1 : the same steps, but style.css is pointing to the main theme directory (altho the 'logo' file path is properly updated):
(wrong dir for style.css)
<link type="text/css" rel="stylesheet" media="all" href="/dgg/drupal6/themes/garland/style.css?n" />
(correct dir for logo.png in header)
<h1><a href="/dgg/drupal6/" title="CiviCRM 3.1"><img src="/dgg/drupal6/sites/default/files/color/garland-64f3a899/logo.png" alt="CiviCRM 3.1" id="logo" /><span>CiviCRM 3.1</span></a></h1>