Project

General

Profile

Feature #23906 ยป class.tx_cms_layout_2.diff

Administrator Admin, 2010-11-01 17:29

View differences:

class.tx_cms_layout.php (working copy)
function getTable_tt_content($id) {
global $TCA;
if (is_array($GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['tx_cms_layout']['tt_contentConfigHook'])) {
foreach ($GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['tx_cms_layout']['tt_contentConfigHook'] as $classReference) {
$hookObject =& t3lib_div::getUserObj($classReference);
$this->tt_contentConfig = $hookObject->tt_contentConfig($this->tt_contentConfig, $this);
}
}
$this->initializeLanguages();
// Initialize:
    (1-1/1)