-------- Original Message --------
Subject: Re: [development] D7 injecting page body content from a module
From: Jamie Holly <hovercrafter@earthlink.net>
Date: Thu, July 07, 2011 7:36 am
To: development@drupal.org
Create a menu path and function for it, then in the function:
function mypage_callback(){
$content = file_get_contents({path/filename});
return $content;
}