You are here

function space_setting_color::__construct in Spaces 6.2

Overrides space_setting::__construct

File

spaces_design/spaces_design.spaces.inc, line 89

Class

space_setting_color
Provides a color pallette for each space.

Code

function __construct($id = NULL) {
  $this->id = 'color';
}