diff options
author | brettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-04-26 21:08:18 +0000 |
---|---|---|
committer | brettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-04-26 21:08:18 +0000 |
commit | 585a1ba974329a2915fefeb67f62740f0cd0613e (patch) | |
tree | f33603bd0a187722d9fb83d3055f7e00bfd60a03 /mod/riverdashboard/start.php | |
parent | 840b0d624556fcdab1372b99ad59bf18a5bd35eb (diff) | |
download | elgg-585a1ba974329a2915fefeb67f62740f0cd0613e.tar.gz elgg-585a1ba974329a2915fefeb67f62740f0cd0613e.tar.bz2 |
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
Diffstat (limited to 'mod/riverdashboard/start.php')
-rw-r--r-- | mod/riverdashboard/start.php | 5 |
1 files changed, 0 insertions, 5 deletions
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 * |