Project

General

Profile

Feature #20518 » 11207.diff

Administrator Admin, 2009-05-28 13:17

View differences:

typo3/class.webpagetree.php (Arbeitskopie)
* @access private
*/
function wrapTitle($title,$row,$bank=0) {
if (is_array($GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['GLOBAL']['pageTitleOverLay'])) {
$_params = array('title' => $title, 'row' => $row);
foreach ($GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['GLOBAL']['pageTitleOverLay'] as $_funcRef) {
$title = t3lib_div::callUserFunction($_funcRef, $_params, $this);
}
}
$aOnClick = 'return jumpTo(\''.$this->getJumpToParam($row).'\',this,\''.$this->domIdPrefix.$this->getId($row).'\','.$bank.');';
$CSM = '';
if ($GLOBALS['TYPO3_CONF_VARS']['BE']['useOnContextMenuHandler']) {
(1-1/2)