TYPO3 CMS  TYPO3_6-2
DummyController.php
Go to the documentation of this file.
1 <?php
3 
23 
27  public $content;
28 
34  public function main() {
35  // Start page
36  $this->content .= $GLOBALS['TBE_TEMPLATE']->startPage('Dummy document');
37  // End page:
38  $this->content .= $GLOBALS['TBE_TEMPLATE']->endPage();
39  }
40 
46  public function printContent() {
47  echo $this->content;
48  }
49 
50 }
if(!defined('TYPO3_MODE')) $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['t3lib/class.t3lib_userauth.php']['logoff_pre_processing'][]