From c759754bfa7cdc83d843489a14580c61a72de370 Mon Sep 17 00:00:00 2001 From: ben Date: Wed, 18 Jun 2008 17:14:31 +0000 Subject: Introducing the dashboard! git-svn-id: https://code.elgg.org/elgg/trunk@979 36083f99-b078-4883-b0ff-0f9b5a30f544 --- dashboard/index.php | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 dashboard/index.php diff --git a/dashboard/index.php b/dashboard/index.php new file mode 100644 index 000000000..e636f06f7 --- /dev/null +++ b/dashboard/index.php @@ -0,0 +1,30 @@ +getGUID()); + $title = elgg_echo('dashboard'); + + // Try and get the user from the username and set the page body accordingly + $body = elgg_view_layout('widgets',""); + + page_draw($title, $body); + +?> \ No newline at end of file -- cgit v1.2.3