Feature #20518 » 11207_v2.diff
typo3/class.webpagetree.php (Arbeitskopie) | ||
---|---|---|
* @access private
|
||
*/
|
||
function wrapTitle($title,$row,$bank=0) {
|
||
if (is_array($GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['typo3/class.webPageTree.php']['pageTitleOverlay'])) {
|
||
$_params = array('title' => &$title, 'row' => &$row);
|
||
foreach ($GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['typo3/class.webPageTree.php']['pageTitleOverlay'] as $_funcRef) {
|
||
t3lib_div::callUserFunction($_funcRef, $_params, $this);
|
||
}
|
||
unset($_params);
|
||
}
|
||
$aOnClick = 'return jumpTo(\''.$this->getJumpToParam($row).'\',this,\''.$this->domIdPrefix.$this->getId($row).'\','.$bank.');';
|
||
$CSM = '';
|
||
if ($GLOBALS['TYPO3_CONF_VARS']['BE']['useOnContextMenuHandler']) {
|
- « Previous
- 1
- 2
- Next »