diff --git a/catchAdmin/index/controller/Index.php b/catchAdmin/index/controller/Index.php index cd6e2d8..fdacc9d 100644 --- a/catchAdmin/index/controller/Index.php +++ b/catchAdmin/index/controller/Index.php @@ -10,4 +10,9 @@ class Index extends BaseController { return $this->fetch(); } + + public function theme() + { + return $this->fetch(); + } } \ No newline at end of file diff --git a/catchAdmin/index/route.php b/catchAdmin/index/route.php index ebbd5d7..56b9e99 100644 --- a/catchAdmin/index/route.php +++ b/catchAdmin/index/route.php @@ -1,3 +1,4 @@ get('/', '\catchAdmin\index\controller\index/index'); +$router->get('theme', '\catchAdmin\index\controller\index/theme'); diff --git a/catchAdmin/index/view/theme.html b/catchAdmin/index/view/theme.html new file mode 100644 index 0000000..f4e53a2 --- /dev/null +++ b/catchAdmin/index/view/theme.html @@ -0,0 +1,259 @@ + + +
+