Update functions_html.inc.php

Replaced wrong fontaewsome with new piwigo icon
This commit is contained in:
OSWorX 2023-09-27 14:42:49 +02:00 committed by GitHub
parent 61492d092e
commit a45c00ad72
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -436,7 +436,7 @@ function get_tags_content_title()
.get_root_url().get_themeconf('icon_dir').'/remove_s.png'
.'" alt="x" style="vertical-align:bottom;" >'
.'<span class="pwg-icon pwg-icon-close" ></span>'
.'<i class="fas fa-plus" aria-hidden="true"></i>'
.'<i class="pwg-icon pwg-icon-tag-remove" aria-hidden="true"></i>'
.'</a>';
}
}