From b86f45b1e688d2b7c6d092b007ece39995f82c3e Mon Sep 17 00:00:00 2001 From: Steven Wittens Date: Sun, 10 Dec 2006 09:54:35 +0000 Subject: #100516: CSS preprocessor to cache and compress all .css files. Benchmarks show up to 40% faster page loads. --- modules/help/help.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/help') diff --git a/modules/help/help.module b/modules/help/help.module index 61800cd56..f23325497 100644 --- a/modules/help/help.module +++ b/modules/help/help.module @@ -37,7 +37,7 @@ function help_menu($may_cache) { */ function help_main() { // Add CSS - drupal_add_css(drupal_get_path('module', 'help') .'/help.css'); + drupal_add_css(drupal_get_path('module', 'help') .'/help.css', 'module', 'all', FALSE); $output = t('

Help topics

-- cgit v1.2.3