MINOR: Removed obsolete Subsite::$use_domain option (from r80859)

This commit is contained in:
Tom Rix 2010-03-01 02:51:12 +00:00
parent 1473c18535
commit 835208b50f

View File

@ -131,11 +131,6 @@ class Subsite extends DataObject implements PermissionProvider {
new HiddenField('IsSubsite', '', 1) new HiddenField('IsSubsite', '', 1)
); );
// This code needs to be updated to reference the new SS 2.0.3 theme system
/* if($themes = SSViewer::getThemes(false))
$fields->addFieldsToTab('Root.Configuration', new DropdownField('Theme', 'Theme:', $themes, $this->Theme));
*/
$this->extend('updateCMSFields', $fields); $this->extend('updateCMSFields', $fields);
return $fields; return $fields;
} }