Skip to content

Commit 19e0897

Browse files
author
Josh Walker
committed
Errr...try this?
1 parent c3e9ddc commit 19e0897

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

template.php

+6-6
Original file line numberDiff line numberDiff line change
@@ -120,12 +120,12 @@ function kalatheme_process_page(&$variables) {
120120
drupal_add_js($base['scheme'] . ":" . KALATHEME_BOOTSTRAP_JS, 'external');
121121

122122
// 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-
}
123+
if ($library == 'default') {
124+
$css = $base['scheme'] . ':' . KALATHEME_BOOTSTRAP_CSS;
125+
}
126+
else {
127+
$css = kalatheme_get_bootswatch_theme($library)->cssCdn;
128+
}
129129
drupal_add_css($css, 'external');
130130
}
131131
}

0 commit comments

Comments
 (0)