Fix dropdowns, start improving markup.
[mkdru-moved-to-drupal.org.git] / mkdru.module
index 8158bb0..1644223 100644 (file)
@@ -63,6 +63,17 @@ function mkdru_menu() {
   return $items;
 }
 
+/**
+* Implementation of hook_init()
+*/
+function mkdru_init(){
+  // Applies our module specific CSS to all pages. This works best because
+  // all CSS is aggregated and cached so we reduce the number of HTTP 
+  // requests and the size is negligible.
+  drupal_add_css(drupal_get_path('module', 'mkdru') .'/mkdru-page.css');
+}
+
+
 
 // Node config
 /**