aboutsummaryrefslogtreecommitdiffstats
path: root/include/category_default.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/category_default.inc.php')
-rw-r--r--include/category_default.inc.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/category_default.inc.php b/include/category_default.inc.php
index 444ffd826..18ad85fb3 100644
--- a/include/category_default.inc.php
+++ b/include/category_default.inc.php
@@ -35,6 +35,8 @@ $selection = array_slice(
$page['nb_image_page']
);
+$selection = trigger_event('loc_index_thumbnails_selection', $selection);
+
if (count($selection) > 0)
{
$rank_of = array_flip($selection);