Index: typo3/template.php
===================================================================
--- typo3/template.php (revision 5374)
+++ typo3/template.php (working copy)
@@ -1946,11 +1946,22 @@
// Is this a real page
if ($pageRecord['uid']) {
$title = $pageRecord['_thePath'];
+ $fullTitle = $pageRecord['_thePathFull'];
} else {
$title = $GLOBALS['TYPO3_CONF_VARS']['SYS']['sitename'];
+ $fullTitle = $title;
}
// Setting the path of the page
- $pagePath = $LANG->sL('LLL:EXT:lang/locallang_core.php:labels.path', 1) . ': ';
+ $pagePath = $LANG->sL('LLL:EXT:lang/locallang_core.php:labels.path', 1) . ': ';
return $pagePath;
}
Index: typo3/stylesheet.css
===================================================================
--- typo3/stylesheet.css (revision 5374)
+++ typo3/stylesheet.css (working copy)
@@ -1706,6 +1706,9 @@
font-weight: bold;
}
+span.typo3-docheader-pagePath abbr {
+ border-bottom: none;
+}
/* - - - - - - - - - - - - - - - - - - - - -