From 585a1ba974329a2915fefeb67f62740f0cd0613e Mon Sep 17 00:00:00 2001 From: brettp Date: Mon, 26 Apr 2010 21:08:18 +0000 Subject: Graceful degrading for non-JS users on the dropdown login box. git-svn-id: http://code.elgg.org/elgg/trunk@5887 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/riverdashboard/start.php | 5 ----- 1 file changed, 5 deletions(-) (limited to 'mod/riverdashboard/start.php') diff --git a/mod/riverdashboard/start.php b/mod/riverdashboard/start.php index b95c2654d..9f64f4c9d 100644 --- a/mod/riverdashboard/start.php +++ b/mod/riverdashboard/start.php @@ -26,15 +26,10 @@ function riverdashboard_init() { * @param unknown_type $page */ function riverdashboard_page_handler($page){ - global $CONFIG; include(dirname(__FILE__) . "/index.php"); return true; } -function riverdashboard_dashboard() { - include(dirname(__FILE__) . '/index.php'); -} - /** * For users to make a comment on a river item * -- cgit v1.2.3