test commit (testing the build system)

This commit is contained in:
Sam Minnee 2008-01-22 04:39:29 +00:00
parent a26e96d9ca
commit cd611f26dd

View File

@ -18,6 +18,7 @@ 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;