Hi,
Sorry I told you the wrong thing before.
mojoBasePage has a method you can call from your inherited page page load event to show left and or right side content
LoadSideContent(true, true);
where the first param is whether to load left side content and the second is whether to load the right side content.
Hope it helps,
Joe