Skip to content

Commit ee51469

Browse files
committed
Merge pull request civicrm#21 from civicrm/4.5
joomla.css - avoid clobbering core styles
2 parents 5f6a82f + 78e2b6f commit ee51469

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

admin/admin.civicrm.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ function civicrm_invoke() {
9898

9999
$config = CRM_Core_Config::singleton();
100100
if (!$config->userFrameworkFrontend) {
101-
$resources->addStyleFile('civicrm', 'css/joomla.css', -97, 'html-header');
101+
$resources->addStyleFile('civicrm', 'css/joomla.css', -101, 'html-header');
102102
}
103103
else {
104104
$resources->addStyleFile('civicrm', 'css/joomla_frontend.css', -97, 'html-header');

0 commit comments

Comments
 (0)