TYPO3 CMS  TYPO3_6-2
ContentObjectArrayInternalContentObject.php
Go to the documentation of this file.
1 <?php
3 
23 
30  public function render($conf = array()) {
31  if (is_array($conf)) {
32  $substKey = 'INT_SCRIPT.' . $GLOBALS['TSFE']->uniqueHash();
33  $includeLibs = isset($conf['includeLibs.']) ? $this->cObj->stdWrap($conf['includeLibs'], $conf['includeLibs.']) : $conf['includeLibs'];
34  $content = '<!--' . $substKey . '-->';
35  $GLOBALS['TSFE']->config['INTincScript'][$substKey] = array(
36  'file' => $includeLibs,
37  'conf' => $conf,
38  'cObj' => serialize($this->cObj),
39  'type' => 'COA'
40  );
41  return $content;
42  } else {
43  $GLOBALS['TT']->setTSlogMessage('No elements in this content object array (COA_INT).', 2);
44  }
45  }
46 
47 }
if(!defined('TYPO3_MODE')) $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['t3lib/class.t3lib_userauth.php']['logoff_pre_processing'][]