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 'So, now you need to add some pages and stuff...
HTML; $this->RenderEnd(); } ?>