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 3a823eb41..5f7fe5382 100644
--- a/include/category_default.inc.php
+++ b/include/category_default.inc.php
@@ -144,6 +144,8 @@ foreach ($pictures as $row)
$name = str_replace('_', ' ', get_filename_wo_extension($row['file']));
}
+ $name = trigger_event('render_element_description', $name);
+
switch ($page['section'])
{
case 'best_rated' :