Constructs a theme settings object.
string $theme: The name of the theme settings object being constructed.
public function __construct($theme) { $this->theme = $theme; }