EmoticonListInfo
This commit is contained in:
parent
f4b647b6b8
commit
744dcd63e1
1 changed files with 12 additions and 0 deletions
|
@ -27,3 +27,15 @@ becomes a link to smile.gif
|
|||
<p>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";
|
||||
}
|
||||
|
|
Reference in a new issue