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 --- dashboard/index.php | 28 ---------------------------- dashboard/latest.php | 28 ---------------------------- 2 files changed, 56 deletions(-) delete mode 100644 dashboard/index.php delete mode 100644 dashboard/latest.php (limited to 'dashboard') diff --git a/dashboard/index.php b/dashboard/index.php deleted file mode 100644 index 174869cec..000000000 --- a/dashboard/index.php +++ /dev/null @@ -1,28 +0,0 @@ - 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