Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Trivial
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.6
-
Fix Version/s: 4.6.9
-
Component/s: None
-
Labels:None
-
Documentation Required?:None
-
Funding Source:Contributed Code
Description
CiviCRM menu does not get displayed if the theme has navigation.css file.
(http://civicrm.stackexchange.com/questions/5223/civicrm-upgrade-from-4-5beta6-to-4-6-8-civicrm-menu-is-not-displaying-function)
Drupal code(https://api.drupal.org/api/drupal/includes!common.inc/function/drupal_get_css/7) checks for filename in css array and unset duplicate css file name if any irrespective of file path.
Not sure if its a bad architecture by Drupal, it recommends to use unique file name i.e modulename_styles.css
To replicate:
add navigation.css in theme
i.e in theme.info add line
stylesheets[all][] = css/navigation.css