@@ -782,7 +782,7 @@ |
||
782 | 782 | * @param boolean $unlinked Whether to link page titles. |
783 | 783 | * @param boolean|string $stopAtPageType ClassName of a page to stop the upwards traversal. |
784 | 784 | * @param boolean $showHidden Include pages marked with the attribute ShowInMenus = 0 |
785 | - * @return string The breadcrumb trail. |
|
785 | + * @return \SilverStripe\ORM\FieldType\DBHTMLText The breadcrumb trail. |
|
786 | 786 | */ |
787 | 787 | public function Breadcrumbs($maxDepth = 20, $unlinked = false, $stopAtPageType = false, $showHidden = false) |
788 | 788 | { |