Feature #24345 » 16753_v3.diff
typo3/sysext/setup/mod/index.php (working copy) | ||
---|---|---|
);
|
||
$this->doc->table_TR = '<tr>';
|
||
$this->doc->table_TABLE = '<table border="0" cellspacing="1" cellpadding="2" class="typo3-usersettings">';
|
||
// Hook for changing the init settings form
|
||
if (!empty ($GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['ext/setup/mod/index.php']['initSettingsForm']) && is_array($GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['ext/setup/mod/index.php']['initSettingsForm'])) {
|
||
foreach ($GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['ext/setup/mod/index.php']['initSettingsForm'] as $funcRef) {
|
||
$params = array();
|
||
t3lib_div::callUserFunction($funcRef, $params, $this);
|
||
}
|
||
}
|
||
}
|
||
/**
|
- « Previous
- 1
- 2
- Next »