Index: rounded_corners.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/rounded_corners/Attic/rounded_corners.module,v
retrieving revision 1.1
diff -u -F^f -r1.1 rounded_corners.module
--- rounded_corners.module	31 Mar 2007 10:54:58 -0000	1.1
+++ rounded_corners.module	14 Feb 2008 00:27:15 -0000
@@ -36,7 +36,7 @@
   function rounded_corners_footer($main = 0) {
     $path = rounded_corners_status();
     if ($path !== FALSE) {
-      drupal_add_js($path);
+      drupal_add_js($path, 'module', 'header');
       drupal_add_js("$(function(){ // shorthand for $(document).ready() \n". variable_get('rounded_corners_all_pages', NULL) ."\n });", 'inline');     
     }
     return '';
