From 84b0f0df90442775b9122457648f06c9485df1f1 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sat, 17 Jan 2015 17:11:51 -0500 Subject: Add project calendars (merge/refactoring of #490) --- app/Controller/App.php | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'app/Controller/App.php') diff --git a/app/Controller/App.php b/app/Controller/App.php index aa2673a1..80d4f275 100644 --- a/app/Controller/App.php +++ b/app/Controller/App.php @@ -196,4 +196,14 @@ class App extends Base ); } } + + /** + * Colors stylesheet + * + * @access public + */ + public function colors() + { + $this->response->css($this->color->getCss()); + } } -- cgit v1.2.3