TYPO3 CMS  TYPO3_6-2
ListFrameLoaderController.php
Go to the documentation of this file.
1 <?php
3 
23 
29  public function main() {
30  $GLOBALS['TBE_TEMPLATE']->divClass = '';
31  $this->content .= $GLOBALS['TBE_TEMPLATE']->startPage('List Frame Loader');
32  $this->content .= $GLOBALS['TBE_TEMPLATE']->wrapScriptTags('
33  var theUrl = top.getModuleUrl("");
34  if (theUrl) window.location.href=theUrl;
35  ');
36  // End page:
37  $this->content .= $GLOBALS['TBE_TEMPLATE']->endPage();
38  // Output:
39  echo $this->content;
40  }
41 
42 }
if(!defined('TYPO3_MODE')) $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['t3lib/class.t3lib_userauth.php']['logoff_pre_processing'][]