--- rcmail.module.old 2007-02-11 08:50:45.000000000 -0800
+++ rcmail.module 2007-02-11 08:50:36.000000000 -0800
@@ -136,7 +136,8 @@ function rcmail_menu() {
*/
function rcmail_page(){
global $user;
- $content='';
+ $module_path = base_path() . drupal_get_path('module', 'rcmail');
+ $content='';
print theme('page', $content);
}