objPage) { $doctype = $this->objPage->DocType . "\n"; $htmlopen = '' . "\n"; ///@todo pull in other METATAGS from Page object .. //Note: except for the expires, these seem to have little effect .. and i'm not sure about expires .. $metatags = '' . "\n"; $metatags .= '' . "\n"; //alt: $metatags .= '' . "\n"; $metatags .= '' . "\n"; if(Quasi::$EncodingType ) $metatags .= '' . "\n"; print $doctype . $htmlopen . $metatags ; if (isset($this->objPage)) print '' . $this->objPage->Title . '' . "\n"; if( !empty($this->aryStyleSheets) ) foreach($this->aryStyleSheets as $stylesheet) { if (file_exists(__WWWROOT__ . $stylesheet) ) print '' . "\n"; } else print "HEY - The stylesheet is missing!! Flying naked...
\n"; if( !empty($this->aryJavaScripts) ) foreach($this->aryJavaScripts as $javascript) { if (file_exists(__WWWROOT__ . $javascript) ) print '' . "\n"; } print '
' . "\n"; //Disabled javascript will really mess things up so .. $strNoJsMsg = Quasi::Translate('We are sorry, your browser does not support JavaScript! ' . ' This site is unlikely to work correctly.' . ' Please enable JavaScript or visit using a different browser.'); print ''; $this->RenderBegin(); $this->objDefaultWaitIcon->Render('Position=absolute','Top=160','Left=200'); $this->objPageView->Render(); $this->RenderEnd(); /* Make sure PageContainer extends to the entire layout. */ print '
' . "\n"; ?> '; } else { $this->RenderBegin(); print << QuasiCMS - It Works!

QuasiCMS - It Works!

So, now you need to add some pages and stuff...

HTML; $this->RenderEnd(); } ?>