mirror of
https://github.com/Piwigo/Piwigo.git
synced 2025-04-28 04:09:56 +03:00
feature:2322 Add two new trigger events for tag name display and tag url
git-svn-id: http://piwigo.org/svn/trunk@11317 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
c50eebb15e
commit
def88719e8
5 changed files with 10 additions and 7 deletions
|
@ -275,7 +275,7 @@ function get_html_tag_selection(
|
|||
}
|
||||
|
||||
$output.=
|
||||
'>'
|
||||
'> '
|
||||
.$tag['name']
|
||||
.'</label>'
|
||||
.'</li>'
|
||||
|
@ -441,7 +441,7 @@ function get_tags_content_title()
|
|||
.'" title="'
|
||||
.l10n('display photos linked to this tag')
|
||||
.'">'
|
||||
.$page['tags'][$i]['name']
|
||||
.trigger_event('render_tag_name', $page['tags'][$i]['name'])
|
||||
.'</a>';
|
||||
|
||||
$remove_url = null;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue