diff options
author | Sem <sembrestels@riseup.net> | 2012-08-01 13:52:51 +0200 |
---|---|---|
committer | Sem <sembrestels@riseup.net> | 2012-08-01 13:52:51 +0200 |
commit | 048c1b586989caa3a8bd0b11ad19442d919dbd67 (patch) | |
tree | f653b4482a3e38b32e97f574b2a894ddcff15cde /pages/lists/mostviewedimages.php | |
parent | 24c32ef7df44d9dcad567b54f630d074bedef76e (diff) | |
download | elgg-048c1b586989caa3a8bd0b11ad19442d919dbd67.tar.gz elgg-048c1b586989caa3a8bd0b11ad19442d919dbd67.tar.bz2 |
Removed slideshow from plugin.
Diffstat (limited to 'pages/lists/mostviewedimages.php')
-rw-r--r-- | pages/lists/mostviewedimages.php | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/pages/lists/mostviewedimages.php b/pages/lists/mostviewedimages.php index eb87bc17c..c113c39e2 100644 --- a/pages/lists/mostviewedimages.php +++ b/pages/lists/mostviewedimages.php @@ -50,14 +50,6 @@ $photos = tp_get_entities_from_annotations_calculate_x( */ //error_log("custom query is " . (float)(microtime(true) - $start)); -// 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' ); -} - if ($owner_guid) { if ($owner_guid == get_loggedin_userid()) { $title = elgg_echo("tidypics:yourmostviewed"); |