From 835208b50f58d1f6da157c1ad7bbdf33d16b59a4 Mon Sep 17 00:00:00 2001 From: Tom Rix Date: Mon, 1 Mar 2010 02:51:12 +0000 Subject: [PATCH] MINOR: Removed obsolete Subsite::$use_domain option (from r80859) --- code/Subsite.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/code/Subsite.php b/code/Subsite.php index 7b0acbe..d03988c 100644 --- a/code/Subsite.php +++ b/code/Subsite.php @@ -131,11 +131,6 @@ class Subsite extends DataObject implements PermissionProvider { 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); return $fields; }