From 43023aa9d32e345a41caecff4ebdf3aeba966bce Mon Sep 17 00:00:00 2001 From: Julius Haertl Date: Thu, 28 Jul 2016 23:37:17 +0200 Subject: [PATCH] Prepare for theming support --- controller/stylecontroller.php | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 controller/stylecontroller.php diff --git a/controller/stylecontroller.php b/controller/stylecontroller.php new file mode 100644 index 000000000..1985bd9b9 --- /dev/null +++ b/controller/stylecontroller.php @@ -0,0 +1,23 @@ +defaults = $defaults; + } + /** + * @PublicPage + * @NoCSRFRequired + * @CORS + */ + public function generateCss() { + return + } +}