Add project calendars (merge/refactoring of #490)
This commit is contained in:
@@ -196,4 +196,14 @@ class App extends Base
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Colors stylesheet
|
||||
*
|
||||
* @access public
|
||||
*/
|
||||
public function colors()
|
||||
{
|
||||
$this->response->css($this->color->getCss());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user