--- F:\DOKUME~1\Ingmar\LOKALE~1\Temp\TCV0d80.tmp\template.1.36.php Thu Jan 13 14:31:19 2005 +++ F:\apache\htdocs\quickstart\typo3\template.php Sat Jan 22 12:05:30 2005 @@ -671,14 +671,19 @@ t3lib_BEfunc::getSetUpdateSignal(). $this->parseTime(). ($this->form?' -':''). - ($this->divClass?' +':''); + + if ($this->docType!='xhtml_frames') { + + $str .= ($this->divClass?' -':''). - ' - - '; +':'').' + '; + + } + + $str .= ''; // Logging: Can't find better place to put it: if (TYPO3_DLOG) t3lib_div::devLog('END of BACKEND session','',0,array('_FLUSH'=>TRUE)); @@ -1842,4 +1847,4 @@ // The template is loaded // ****************************** $TBE_TEMPLATE = t3lib_div::makeInstance('template'); -?> \ No newline at end of file +?>