Added * to TreeTitle of folders that are public

This commit is contained in:
Sam Minnee 2008-01-22 04:17:18 +00:00
parent f4a9690ec5
commit 9038b4c661

View File

@ -14,6 +14,12 @@ class FileSubsites extends DataObjectDecorator {
);
}
}
function alternateTreeTitle() {
if($this->owner->SubsiteID == 0) return " * " . $this->owner->Title;
else return $this->owner->Title;
}
/**
* Add subsites-specific fields to the folder editor.