It's quite easy to accomplish a "basic" wrapper. You need to do the following:
1) Add an include of the main geeklog library - lib-common that is in the public_html directory.
Then use a few of the COM functions in that program.
Example:
require_once("../lib-common.php"

; // This may need to change - depending on the Path for where you are calling this from
2) Now lets call the main header and display the right blocks. This is all done with one call.
echo COM_siteHeader();
If you don't want the left blocks the use COM_siteHeader('none');
3) Now you would include your main custom code or custom content.
4) To show the right blocks (optional) and the footer.
echo COM_siteFooter();
Or to not show the right blocks use: COM_siteFooter(false);---Danny @ squatty.com
In a world without walls and fences, who needs Windows and Gates?