aboutsummaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
authorpatdenice <patdenice@piwigo.org>2011-11-05 16:15:58 +0000
committerpatdenice <patdenice@piwigo.org>2011-11-05 16:15:58 +0000
commite859d5ac6d43f75ecaa663f0b5a1e7340231dca6 (patch)
treecb36e176bf7de6db4d2d02c267119af7f3d021df /index.php
parenta808d23130a5afd2673d794d983f5071089d6d71 (diff)
feature:2322
feature:2493 Add a trigger for multi language tags in quick search and url git-svn-id: http://piwigo.org/svn/trunk@12553 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index 1c865134f..ffabff88b 100644
--- a/index.php
+++ b/index.php
@@ -214,7 +214,7 @@ if ( $page['section']=='search' and $page['start']==0 and
{
$hints[] =
'<a href="' . make_index_url(array('tags'=>array($tag))) . '">'
- .$tag['name']
+ .trigger_event('render_tag_name', $tag['name'])
.'</a>';
}
$template->assign( 'tag_search_results', $hints);