mirror of
https://github.com/silverstripe/silverstripe-subsites
synced 2024-10-22 11:05:55 +02:00
test commit (testing the build system)
This commit is contained in:
parent
cd611f26dd
commit
750edb0634
@ -18,7 +18,6 @@ class FileSubsites extends DataObjectDecorator {
|
|||||||
/**
|
/**
|
||||||
* Amends the CMS tree title for folders in the Files & Images section.
|
* Amends the CMS tree title for folders in the Files & Images section.
|
||||||
* Prefixes a '* ' to the folders that are accessible from all subsites.
|
* Prefixes a '* ' to the folders that are accessible from all subsites.
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
function alternateTreeTitle() {
|
function alternateTreeTitle() {
|
||||||
if($this->owner->SubsiteID == 0) return " * " . $this->owner->Title;
|
if($this->owner->SubsiteID == 0) return " * " . $this->owner->Title;
|
||||||
|
Loading…
Reference in New Issue
Block a user