Project

General

Profile

Bug #24676 ยป 17158_v1.diff

Administrator Admin, 2011-01-22 03:20

View differences:

t3lib/tree/pagetree/class.t3lib_tree_pagetree_commands.php (Arbeitskopie)
$field = 'nav_title';
$text = $record['nav_title'];
}
$visibleText = t3lib_div::fixed_lgd_cs($text, $titleLength);
if (trim($text) === '') {
$visibleText = '[' . $GLOBALS['LANG']->sL('LLL:EXT:lang/locallang_core.xml:labels.no_title', TRUE) . ']';
} else {
$visibleText = t3lib_div::fixed_lgd_cs($text, $titleLength);
}
$suffix = '';
if ($addDomainName) {
$domain = self::getDomainName($record['uid']);
......
}
}
?>
?>
    (1-1/1)