diff --git a/ext/emoticons/info.php b/ext/emoticons/info.php index 0e48a602..cac52af5 100644 --- a/ext/emoticons/info.php +++ b/ext/emoticons/info.php @@ -27,3 +27,15 @@ becomes a link to smile.gif
Images are stored in /ext/emoticons/default/, and you can add more emoticons by uploading images into that folder."; } + +class EmoticonListInfo extends ExtensionInfo +{ + public const KEY = "emoticons_list"; + + public $key = self::KEY; + public $name = "Emoticon List"; + public $url = self::SHIMMIE_URL; + public $authors = self::SHISH_AUTHOR; + public $license = self::LICENSE_GPLV2; + public $description = "Lists available graphical smilies"; +}