From ef1d4cc50bd79640600204155f8c63e345d6c598 Mon Sep 17 00:00:00 2001 From: ben Date: Sun, 17 Aug 2008 16:04:19 +0000 Subject: Wired in latest activity, so new users aren't as lonely as they otherwise might be. git-svn-id: https://code.elgg.org/elgg/trunk@1983 36083f99-b078-4883-b0ff-0f9b5a30f544 --- engine/lib/elgglib.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'engine/lib/elgglib.php') 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'); -- cgit v1.2.3