summaryrefslogtreecommitdiff
path: root/modules/help/help.module
diff options
context:
space:
mode:
authorSteven Wittens <steven@10.no-reply.drupal.org>2006-12-10 09:54:35 +0000
committerSteven Wittens <steven@10.no-reply.drupal.org>2006-12-10 09:54:35 +0000
commitb86f45b1e688d2b7c6d092b007ece39995f82c3e (patch)
tree532eb64b175bd21d2b7fdb9e38e9775df72d3169 /modules/help/help.module
parent57eecc45f6dee8d0df453937cdbd5765e4174d44 (diff)
downloadbrdo-b86f45b1e688d2b7c6d092b007ece39995f82c3e.tar.gz
brdo-b86f45b1e688d2b7c6d092b007ece39995f82c3e.tar.bz2
#100516: CSS preprocessor to cache and compress all .css files. Benchmarks show up to 40% faster page loads.
Diffstat (limited to 'modules/help/help.module')
-rw-r--r--modules/help/help.module2
1 files changed, 1 insertions, 1 deletions
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('
<h2>Help topics</h2>