aboutsummaryrefslogtreecommitdiff
path: root/pages/lists/mostrecentimages.php
diff options
context:
space:
mode:
Diffstat (limited to 'pages/lists/mostrecentimages.php')
-rw-r--r--pages/lists/mostrecentimages.php8
1 files changed, 0 insertions, 8 deletions
diff --git a/pages/lists/mostrecentimages.php b/pages/lists/mostrecentimages.php
index 0a2595c85..83ec3e988 100644
--- a/pages/lists/mostrecentimages.php
+++ b/pages/lists/mostrecentimages.php
@@ -32,14 +32,6 @@ if ($username) {
}
}
-// 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;