From e7268937ab3e7dce2fb14e3ae1256690c3b34b63 Mon Sep 17 00:00:00 2001 From: Malf Furious Date: Sat, 5 Mar 2016 23:30:10 -0500 Subject: Add Dashboard controller --- app/controller/dashboard.control.php | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 app/controller/dashboard.control.php diff --git a/app/controller/dashboard.control.php b/app/controller/dashboard.control.php new file mode 100644 index 0000000..4ee4b38 --- /dev/null +++ b/app/controller/dashboard.control.php @@ -0,0 +1,27 @@ +action_default($mod); + } + + function action_default($mod) + { + $mod->deflt(); + include "view/dashboard/default.view.php"; + } +} + +?> -- cgit v1.2.3