Public Member Functions | |
main () | |
Main content generated. |
|
Main content generated.
Definition at line 75 of file listframe_loader.php. References $TBE_TEMPLATE. 00075 { 00076 global $TBE_TEMPLATE; 00077 00078 $TBE_TEMPLATE->docType='xhtml_trans'; 00079 $TBE_TEMPLATE->divClass=''; 00080 $this->content.=$TBE_TEMPLATE->startPage('List Frame Loader'); 00081 $this->content.=$TBE_TEMPLATE->wrapScriptTags(' 00082 var theUrl = top.getModuleUrl(""); 00083 if (theUrl) document.location=theUrl; 00084 '); 00085 // End page: 00086 $this->content.=$TBE_TEMPLATE->endPage(); 00087 00088 // Output: 00089 echo $this->content; 00090 }
|