diff --git a/code/controllers/CMSSettingsController.php b/code/controllers/CMSSettingsController.php index ffd6145e..da644c91 100644 --- a/code/controllers/CMSSettingsController.php +++ b/code/controllers/CMSSettingsController.php @@ -13,5 +13,14 @@ class CMSSettingsController extends CMSMain { function PreviewLink() { return false; } + + function Breadcrumbs() { + return new ArrayList(array( + new ArrayData(array( + 'Title' => $this->SectionTitle(), + 'Link' => false + )) + )); + } } \ No newline at end of file