diff options
Diffstat (limited to 'app/Controller/App.php')
-rw-r--r-- | app/Controller/App.php | 10 |
1 files changed, 10 insertions, 0 deletions
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()); + } } |