Browse Source

Type on CSS file name

spficklin 11 years ago
parent
commit
9180bac982
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tripal_featuremap/tripal_featuremap.module

+ 1 - 1
tripal_featuremap/tripal_featuremap.module

@@ -18,7 +18,7 @@ require('includes/tripal_featuremap.form.inc');
  */
 function tripal_featuremap_init() {
   //drupal_add_js(drupal_get_path('theme', 'tripal') . '/js/tripal_pub.js');
-  drupal_add_css(drupal_get_path('theme', 'tripal') . '/css/tripal_featuremap_pub.css');
+  drupal_add_css(drupal_get_path('theme', 'tripal') . '/css/tripal_featuremap.css');
 }