From dc5813300352f43b0ed67e0811967e1ec12628c3 Mon Sep 17 00:00:00 2001 From: cash Date: Thu, 30 Sep 2010 22:57:58 +0000 Subject: Refs #2344 - moves dashboard pages into pages directory git-svn-id: http://code.elgg.org/elgg/trunk@6985 36083f99-b078-4883-b0ff-0f9b5a30f544 --- pages/dashboard/index.php | 25 +++++++++++++++++++++++++ pages/dashboard/latest.php | 28 ++++++++++++++++++++++++++++ 2 files changed, 53 insertions(+) create mode 100644 pages/dashboard/index.php create mode 100644 pages/dashboard/latest.php (limited to 'pages') diff --git a/pages/dashboard/index.php b/pages/dashboard/index.php new file mode 100644 index 000000000..26b811ce9 --- /dev/null +++ b/pages/dashboard/index.php @@ -0,0 +1,25 @@ + 10, 'full_view' => FALSE, 'allowed_types' => array('object','group'))); + set_context('latest'); +} else { + $content = "Riverdashboard not loaded"; +} +$content = elgg_view_layout('one_column_with_sidebar', $title . $content); +page_draw(elgg_echo('content:latest'), $content); -- cgit v1.2.3