aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--themes/smartpocket/themeconf.inc.php9
1 files changed, 9 insertions, 0 deletions
diff --git a/themes/smartpocket/themeconf.inc.php b/themes/smartpocket/themeconf.inc.php
index 0c5f7397d..f3c5b7ed0 100644
--- a/themes/smartpocket/themeconf.inc.php
+++ b/themes/smartpocket/themeconf.inc.php
@@ -28,6 +28,15 @@ function sp_select_all_thumbnails($selection)
return $page['items'];
}
+// Retrive all categories on thumbnails page
+add_event_handler('loc_end_index_category_thumbnails', 'sp_select_all_categories');
+
+function sp_select_all_categories($selection)
+{
+ global $tpl_thumbnails_var;
+ return $tpl_thumbnails_var;
+}
+
// Get better derive parameters for screen size
if (!empty($_COOKIE['screen_size']))
{