diff options
Diffstat (limited to 'engine/lib')
-rw-r--r-- | engine/lib/elgglib.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/engine/lib/elgglib.php b/engine/lib/elgglib.php index 06bc9540a..cc89c02d6 100644 --- a/engine/lib/elgglib.php +++ b/engine/lib/elgglib.php @@ -1789,6 +1789,9 @@ // Important actions
register_action('comments/add');
register_action('comments/delete');
+ // Menu
+ global $CONFIG;
+ add_menu(elgg_echo('content:latest'), $CONFIG->wwwroot . 'dashboard/latest.php');
}
register_elgg_event_handler('init','system','elgg_init'); |