We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3af0f0d commit c3e9ddcCopy full SHA for c3e9ddc
template.php
@@ -120,12 +120,12 @@ function kalatheme_process_page(&$variables) {
120
drupal_add_js($base['scheme'] . ":" . KALATHEME_BOOTSTRAP_JS, 'external');
121
122
// Add the CSS
123
- if ($library == 'default') {
124
- $css = $base['scheme'] . ':' . KALATHEME_BOOTSTRAP_CSS;
125
- }
126
- else {
127
- $css = kalatheme_get_bootswatch_theme($library)->cssCdn;
128
+ if ($library == 'default') {
+ $css = $base['scheme'] . ':' . KALATHEME_BOOTSTRAP_CSS;
+ }
+ else {
+ $css = kalatheme_get_bootswatch_theme($library)->cssCdn;
129
drupal_add_css($css, 'external');
130
}
131
0 commit comments