Project

General

Profile

Feature #20518 » 11207_v2.diff

Administrator Admin, 2009-05-28 14:28

View differences:

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']) {
(2-2/2)