Skip to content

Commit

Permalink
Merge pull request #26 from aydun/theme_weight
Browse files Browse the repository at this point in the history
Fix typo in snippet name
  • Loading branch information
vingle authored May 20, 2021
2 parents f821943 + a98b537 commit 901003a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion finsburypark.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ function finsburypark_civicrm_alterBundle(CRM_Core_Resources_Bundle $bundle) {
$snippet['weight'] = 290;
return $snippet;
}
elseif (($snippet['name'] == 'civicrm::css/custom.css') or (strpos($snippet['name'], 'custom.css') !== false)) {
elseif (($snippet['name'] == 'civicrm:css/custom.css') or (strpos($snippet['name'], 'custom.css') !== false)) {
$snippet['weight'] = 300;
return $snippet;
}
Expand Down

0 comments on commit 901003a

Please sign in to comment.