mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-02 04:15:05 +02:00
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
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user