--- slicedmenu.module	2008-02-14 12:04:53.000000000 +0100
+++ slicedmenu.module.new	2008-02-14 12:07:44.000000000 +0100
@@ -141,13 +141,13 @@ function slicedmenu_generate_level($leve
 
   if ($level == 0) {
   
-    return theme_slicedmenu_tree($mid);
+    return theme('slicedmenu_tree',$mid);
   
   }
   else {
     $trail = _menu_get_active_trail_in_submenu($mid);
     
-    return theme_slicedmenu_tree($trail[$level]);
+    return theme('slicedmenu_tree',$trail[$level]);
   }
 }
 
@@ -181,8 +181,6 @@ function theme_slicedmenu_tree($pid = 1)
     $output .= '</ul>';
   }
   
-  print('module');
-  
   return $output;
 }
 ?>
\ No newline at end of file
