From e7a7c88d81f494d8a0c99f36338247caaf6b4bd3 Mon Sep 17 00:00:00 2001 From: Cash Costello Date: Sun, 13 Dec 2009 00:50:11 +0000 Subject: added slideshows to the lists --- pages/lists/mostrecentimages.php | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'pages/lists/mostrecentimages.php') diff --git a/pages/lists/mostrecentimages.php b/pages/lists/mostrecentimages.php index 8a9f8dbdb..99dfeb4c9 100644 --- a/pages/lists/mostrecentimages.php +++ b/pages/lists/mostrecentimages.php @@ -30,6 +30,14 @@ set_page_owner(get_loggedin_userid()); } } + + // allow other plugins to override the slideshow + $slideshow_link = trigger_plugin_hook('tp_slideshow', 'album', array(), null); + if ($slideshow_link) { + add_submenu_item(elgg_echo('album:slideshow'), + $slideshow_link, + 'photos' ); + } // how many do we display $max = 12; -- cgit v1.2.3