diff options
Diffstat (limited to 'mod/dashboard/index.php')
-rw-r--r-- | mod/dashboard/index.php | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mod/dashboard/index.php b/mod/dashboard/index.php new file mode 100644 index 000000000..9f70ff6c0 --- /dev/null +++ b/mod/dashboard/index.php @@ -0,0 +1,11 @@ +<?php
+
+ require_once("../../engine/start.php");
+
+ global $CONFIG;
+
+ $body = elgg_view("dashboard/welcome");
+
+ echo page_draw("Dashboard", $body);
+
+?>
\ No newline at end of file |