Thanks Jamie. Ha, I think I've been so conditioned to expecting an oft complicated, layered and abstract solution that simplicity evades me!
-------- Original Message --------
Subject: Re: [development] D7 injecting page body content from a module
From: Jamie Holly <[email protected]>
Date: Thu, July 07, 2011 7:36 am
To: [email protected]
Create a menu path and function for it, then in the function:
function mypage_callback(){
$content = file_get_contents({path/filename});
return $content;
}
