mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
[ticket/14734] Use SVG emoji
PHPBB3-14734
This commit is contained in:
@@ -349,6 +349,7 @@ class factory implements \phpbb\textformatter\cache_interface
|
||||
|
||||
// Load the Emoji plugin and modify its tag's template to obey viewsmilies
|
||||
$configurator->Emoji->setImageSize(18);
|
||||
$configurator->Emoji->useSVG();
|
||||
$tag = $configurator->Emoji->getTag();
|
||||
$tag->template = '<xsl:choose><xsl:when test="$S_VIEWSMILIES">' . str_replace('class="emoji"', 'class="smilies"', $tag->template) . '</xsl:when><xsl:otherwise><xsl:value-of select="."/></xsl:otherwise></xsl:choose>';
|
||||
|
||||
|
Reference in New Issue
Block a user